allow users to change variables

T

Tim

What's the best way to allow users to change a variable in
a form's module?

For example, at any give time, I want them to be able to
change the value of "Date" to a date of their choice
without having to go into the code view and change it there.

thanks,

Tim
 
J

Jim Allensworth

What's the best way to allow users to change a variable in
a form's module?

For example, at any give time, I want them to be able to
change the value of "Date" to a date of their choice
without having to go into the code view and change it there.

thanks,

Tim

First off, Date is a builting function so you don't really want to
have a variable with that name.

Having said that, you could use an unbound textbox to store the value.
The user just types in what they want and you can reference it
anywhere. Of course you want some validation for their entry.

- Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top