jeremypaule
Registered User.
- Local time
- Today, 12:41
- Joined
- Aug 21, 2006
- Messages
- 135
I have a query that outputs to a text box. There are multiple records in the query but it is only outputting one record. My code is as follows
How could I make ALL the records show up in the textbox one underneath the other? Or separated by a comma?
Private Sub Command30_Click()
CUSTOMERS.Value = DLookup("[Account] & ' ' & '(' & [VAR] & ')' ", "Customer Variance")
End Sub
How could I make ALL the records show up in the textbox one underneath the other? Or separated by a comma?
Last edited: