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
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
For upcoming training course dates see: Pricing & availability
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
|
