L
Lainni
I have very little knowledge of VB and I thought Access 2007 would be easier
but I am still running into problems. I have a split form that contains
records of distributors and I would like users to be able to click on the
distributor's id and have a form open up that contains all that distributors
information. I have both forms set up but I am having trouble with the macro
for the on click event. I used the OpenForm action and
Form Name Distributor1
View Form
Where Condition [DistributorID]=Forms!Distributor1!DistributorID
Do I need to set up a temp variable first and a procedure in case of an error?
but I am still running into problems. I have a split form that contains
records of distributors and I would like users to be able to click on the
distributor's id and have a form open up that contains all that distributors
information. I have both forms set up but I am having trouble with the macro
for the on click event. I used the OpenForm action and
Form Name Distributor1
View Form
Where Condition [DistributorID]=Forms!Distributor1!DistributorID
Do I need to set up a temp variable first and a procedure in case of an error?