When I run a query I want to preceed the result of one of the fields with the letter V.
ie. the field reads GH567Y and I want it to read VGH567Y
Thanks
Could someone please help me do the following.
When I open my main form I would like the focus set on a listbox and the first row being selected.
I can get the focus set Me.List39.SetFocus but how do I select the first row?
I want to be able to use the different columns from a list box.
ie. I wand to creat a calculation based upon the data in column 2 for one feild then use the dat from column 3 for a differnt calculation.
I can use the bound field for one but the how do I refer to a different one?
I have a...