lolosuarez87
Registered User.
- Local time
- Today, 00:23
- Joined
- May 23, 2015
- Messages
- 13
Hi. I want to autofill in a text box with reference to a table I have in Access.
I have the first text box that returns the first record in the table i want to get the data for with
"text1 = Dlookup("numplate", "cars", "")
This returns the first record.
I want the second text box to return the second number plate from the table.
How can I get the second record to be returned...?
Thanks.
I have the first text box that returns the first record in the table i want to get the data for with
"text1 = Dlookup("numplate", "cars", "")
This returns the first record.
I want the second text box to return the second number plate from the table.
How can I get the second record to be returned...?
Thanks.