vba courses london - microsoft access vba

Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » vba courses london - Microsoft Access, VBA

vba courses london - Microsoft Access, VBA

resolvedResolved · Low Priority · Version Standard

James has attended:
Access VBA course

Microsoft Access, VBA

Hi,

After creating a recordset, I was wondering how to add a new field onto a recordset and also the table that it is linked back to?

Thanks,

James

RE: Microsoft Access, VBA

Looks like you want the Fields.Append operation:

Fields.Append Name, Type, DefinedSize, Attrib, FieldValue

Find this in the Object Browser and read the Help page. Note that you have to append the field before you open the RecSet.

Sorry you found the course a bit slow, but I think it was OK for the other guys.

/Roy

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Access tip:

Label printing

You can create a report in Access for printing labels All you have to do is is click New under the Reports object and then select Label Wizard and follow the steps

View all Access hints and tips


Server loaded in 0.05 secs.