Query Results Format?

  • Thread starter Thread starter system404
  • Start date Start date
S

system404

I have created a database for my job which Account Reps
populate by filling out feilds in a Data Entry form; then
I have a Team Lead interface used specifically for
querying the table based on multiple criteria. My
question is this: is there a way to change the query
results format so they won't show up in a massive table,
but rather a form which shows one account at a time
allowing you to scroll through the results one at a time?
Any help would be greatly appreciated. Thx.
 
Sure. Create a new form with the query as the data source,
and set the properties to single form view. That will show
one record at a time.

HTH,
RB
 
That did the trick! Yet another example of 'the easiest
answer is usually the right one'. Thanks RB, you da
man! :D
 
Back
Top