raghitchen
Technical User
Hi this is probally a pretty simple one.
All I need to do is write a series of variables I have obtained via VBA code (behind an access form button) referencing some 3rd party data. I now want to add the data in the variables into an access database that I have created in the same project. What is the syntax to do this?
The table is called Music which contains fields Title, Artist, Type and I have the correct data for each of these fields in memory.
Any advice would be appreciated.
All I need to do is write a series of variables I have obtained via VBA code (behind an access form button) referencing some 3rd party data. I now want to add the data in the variables into an access database that I have created in the same project. What is the syntax to do this?
The table is called Music which contains fields Title, Artist, Type and I have the correct data for each of these fields in memory.
Any advice would be appreciated.