Initial value at startup question.

W

Wylie C

I want to figure this out myself but I don't know what to search for or look
for in my reference books. I have a table containing a starting mileage and
an ending mileage. On first use, I need to have the user provide (probably
thru an inputbox) the mileage they want to start with in the table. Then, on
subsequent use, that inputbox never appears again.

Can someone point me in a direction, give me search criteria for internet
articles, or something?

Thanks to all who have been helping me. I really appreciate it.
 
R

rowiga

I don't know how you'll be able to do something like that with a user
entering data in a table. I believe you're going to want to do something with
a conditional expression that will control the "Visible" property of the
field you're referring to on a form.
 
Top