Listing entries in textbox

SteveGr

Registered User.
Local time
Today, 23:09
Joined
Aug 2, 2002
Messages
65
Hi all,

I have a form that has a text box for me to enter a number. After entering the number I hit a button to run a query to append a table. I usually enter around 5 to 12 numbers and continue adding to the table. The number is set as qriteria in a query.

I would like to view the numbers that have been entered so far. What I would like to do is after entering a number and hitting the "add" button, I would like it to show up on my form and so on. Then I would have a LIST of ALL the numbers as I enter them one after another.

Thanks, Stevgr
 
You need to requery the record source (as the last step) when you click your add button. Check the help files for the 'Requery Method (DoCmd Object)' for more info and examples.

HTH
 

Users who are viewing this thread

Back
Top Bottom