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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form loses records? Any help?

Status
Not open for further replies.

throwdini

Technical User
Oct 20, 2000
37
US
I have a front end where users access data through forms. After making a selection one form will get the data and load it into the next form. The problem is it loses one record when it does this. For example, I select 4 records from a list to be veiwed in detail. The next form would toggle through each individual record, but it only shows 3 of the 4.

Any ideas why thid happens?
 
How are you making your selection?
Can you list the selected items outside of the form for test purposes?
 
The way it is working is one form will set the "wherecondition:=" statement for the "docmd.openform,"name",,,wherecondition:= 'variable set in form'" command.
When I run the query straight out it reutrns the correct number of records. When used in the form it returns one less? Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top