techsponge
Technical User
Im not sure if this is the best way to do this or not?
Currently I have a form with a record sourcebased on a query from tblMasterGamesList that I would like to display the game names from.
I have 27 unbound text boxes in the details section of my form. What I would like to do is lookup the game name (TktDesc) from TblMasterGamesList where the following conditions are met:
InPlayDate = is not null
CloseDate = is null
Assigned = is null
TktPrice = .025
The problem I am facing is each of my text boxes diplays the same game name, instead of each individual game name.
The simple answer would be to only put a single bound text box in the details section and make the form continous, but I have a different graphic for each game with my text boxes on top of the images.
If this is possible ANY help would sure be great!
Currently I have a form with a record sourcebased on a query from tblMasterGamesList that I would like to display the game names from.
I have 27 unbound text boxes in the details section of my form. What I would like to do is lookup the game name (TktDesc) from TblMasterGamesList where the following conditions are met:
InPlayDate = is not null
CloseDate = is null
Assigned = is null
TktPrice = .025
The problem I am facing is each of my text boxes diplays the same game name, instead of each individual game name.
The simple answer would be to only put a single bound text box in the details section and make the form continous, but I have a different graphic for each game with my text boxes on top of the images.
If this is possible ANY help would sure be great!