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

How to create a User Interface

Status
Not open for further replies.

aliiiish

Programmer
Dec 19, 2005
13
CA
Hi guys,

I would like to know if there is a way to create a user interface in Access. I just need a simple UI, where I can prompt the user to enter some data.

Thanks for your help.

AH
 
Hi guys,

I forgot to mention that I will need to enforce some rules on the fields. For instance, if the user selects Product A, he will be prompted to enter 3 fields but if he selects Product B, he is prompted to enter 2 fields.

Thanks,

AH

 
Create a form, and bind to a table or query.

But I suggest you either look for an online tutorial or buy an Access book to at least get an overview of the process, as I get the sense you are just starting out.

 
How are ya aliiiish . . .

. . . and your signing on as a programmer!

Calvin.gif
See Ya! . . . . . .

Be sure to see thread181-473997
 
MS Access provides wizards to do such things.


Ian Mayor (UK)
Program Error
Always make your words sweet and nice. Because you never know when you may have to eat them.
 
Certainly Access can provide a UI. Paramenter queries are a start for prompting the user for inputs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top