Technodruid
New member
- Local time
- Today, 12:44
- Joined
- Aug 20, 2010
- Messages
- 8
Hello, Here is what I'm trying to do, I have a select query that holds anywhere between 1 to a couple hundred records, I need to take the Name field and populate a textbox which after verification I write to a text file that I later use in a powershell script. So far have tried using VBA to create a variable and populate the textbox based on the string but it only provides me the first item, I've tried dmax and this gives me a single result last Item, Dlookup only gives me the first item, changed it to a listbox which populates the box correctly but only writes the selected item in to my text file. :banghead:
Any tips happily accepted.
Any tips happily accepted.