98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access VBA Training and help » vba courses london - Microsoft Access, VBA
vba courses london - Microsoft Access, VBA
Resolved · 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 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
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Label printingYou 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 |