Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Previewing changes

Status
Not open for further replies.

gtobey

Programmer
Aug 29, 2000
11
US
I would like to...
1) Enter some criteria in a form.
2) Click on a command button to popup a list of records meeting my criteria
3) Have a message box ask if I want to change the records selected to some value I've entered on the form in an unbound textbox.
4) Update the records or not as appropriate.

I'm having two problems 1) Anything I get to popup only shows a single record. 2) Getting the criteria from step1 above to pass to the update code. If anyone has some samples or suggestions I'd be really grateful.
 
Questions:

1) Is there just one criteria, or multiple criteria?
2) How many fields does the list of records you want to "pop up" contain?
3) Are you familiar with coding?

Maybe you could explain exactly what the criteria and and pop-up information would be. If we can get this info, then there shouldn't be a problem.

Jim Lunde
compugeeks@hotmail.com
Custom Application Development
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top