firefly2k8
Registered User.
- Local time
- Today, 12:56
- Joined
- Nov 18, 2010
- Messages
- 48
Hi,
I have built some tables in Access, and i have set up a form. I have even set the record source of the form properties to my main table.
I want to use VBA to:
a) view/access the content of an existing record
b) edit the content of a record
Having spent half a day looking at info on the web, I conclude I am best to use sql to do this type of thing? and that i should probably buy a book.
Can someone help me quickly get started on a) and b), in the most appropriate way?
Where should my code sit - in the form class object, or in a module?
I have lots of experience programming vba in excel, but struggling to get started in Access.
Thanks.
Martin
ps. i am using access 2003
pps. can anyone recommend a book that will get into the practicalities of programming access vba.
I have built some tables in Access, and i have set up a form. I have even set the record source of the form properties to my main table.
I want to use VBA to:
a) view/access the content of an existing record
b) edit the content of a record
Having spent half a day looking at info on the web, I conclude I am best to use sql to do this type of thing? and that i should probably buy a book.
Can someone help me quickly get started on a) and b), in the most appropriate way?
Where should my code sit - in the form class object, or in a module?
I have lots of experience programming vba in excel, but struggling to get started in Access.
Thanks.
Martin
ps. i am using access 2003
pps. can anyone recommend a book that will get into the practicalities of programming access vba.
Last edited: