Hi,
Access Xp
I have searched the FAQ's and the forums but cant quite find exactly what i am looking for.
I have a form open with a customer Ref number.
I want a second form to open at the same customer (which I can do fairly easily)
The code I have currently opens the second form with only that record in the dynaset and what i really need is to have all te records there, but just open at the specific one i requested.
Here is my (simple) code:
DoCmd.OpenForm "Customer Details", , , "[CustomerReference]=" & Me![CustomerReference]
Thanks in advance.
Steven
Access Xp
I have searched the FAQ's and the forums but cant quite find exactly what i am looking for.
I have a form open with a customer Ref number.
I want a second form to open at the same customer (which I can do fairly easily)
The code I have currently opens the second form with only that record in the dynaset and what i really need is to have all te records there, but just open at the specific one i requested.
Here is my (simple) code:
DoCmd.OpenForm "Customer Details", , , "[CustomerReference]=" & Me![CustomerReference]
Thanks in advance.
Steven