Archive

Posts Tagged ‘javascript’

forms drop down list

September 1st, 2010 admin No comments




The Internet's Leading Tax Reduction Expert reveals
just how easy (and legal) it is to reduce your taxes
by $2,000 ... $3,000 ... $4,000 or more --GUARANTEED!
Click Here Now!
 

Accept Credit Cards Now



forms drop down list
I can take a database access and put in a word setting to have the dropdown menus to select?

I creating a form to be used to control the work … However, most of my data in a database access … I need to be able to use a dropdown to complete each of the blanks … and I have yet to find a way to do it with access … is im overlooking something … or is it just not possible … Can I merge my database access with password … and drop to create dropdown lists Books … if anyone knows anything about this subject please let me know … this isn't my type of work … im not a person in office … anyone ever done this kind of thing before … Feel free to contact me if you … Thank you …

In Access, use a list box on your form. There also list boxes, but I find Groupboxes easier. A wizard starts and then guide you through the process. It is better to have lists in tables. You could have separate tables for cities, countries, etc. Each table should have a key (an autonumber field) and a description (eg name of town). Access can hide the key, so users only see the descriptions. When they click on a description of the access key places appropriate value in a field on the table or query underlying your form. It will be much easier than trying to link Word and Access as it is automatic, the user clicks, your data is updated. Contact me if you need more help