Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access
Autofill field with entry into another field
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John W. Vinson, post: 12131648"] If you're trying to include both the supervisor ID AND the supervisor name in the worker table... DON'T. It's redundant and unnecessary. In addition, you really should not be looking at (or letting users look at) table datasheets AT ALL. If the table of supervisors has an autonumber ID, it won't be meaningful to the users anyway; you'll be much better off using a Form with a combo box, storing (but concealing) the ID and displaying the supervisor's full name. We're nowhere near doing any programming yet... but you do need to learn how to normalize relational tables. They may look like spreadsheets *but they are different* and require different logic! For some tutorials and suggestions see Jeff Conrad's resources page: [URL]http://www.accessmvp.com/JConrad/accessjunkie/resources.html[/URL] The Access Web resources page: [URL]http://www.mvps.org/access/resources/index.html[/URL] A free tutorial written by Crystal (MS Access MVP): [URL]http://allenbrowne.com/casu-22.html[/URL] MVP Allen Browne's tutorials: [URL]http://allenbrowne.com/links.html#Tutorials[/URL] [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access
Autofill field with entry into another field
Top