Setting up tables

  • Thread starter Thread starter zaps via AccessMonster.com
  • Start date Start date
Z

zaps via AccessMonster.com

Hi Everyone,

I have created a form that uses a few combo boxes. One of the combo boxes
is to enter department. (marketing, finance, insurance etc) and comes from a
tbl_department containing ID# and Name of Department. eg. 1=Marketing,
2=Finance etc. The information from the combo box is saved in a main table.
Right now, in the main table the information is saved as the actual words -
marketing, finance etc. How can I set it up so that the corresponding
numbers are saved in the main table instead.

Hope that makes sense,

Thanks,
zaps
 
Are you absolutely certain that the text is being stored? Is there any
chance the main table has that field defined as a "lookup" data type? If
so, it is storing one thing (the ID#), but displaying something else (the
text). This is one of the reasons you'll see a strong consensus against
using the lookup data type!


--
Regards

Jeff Boyce
Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/

Microsoft Registered Partner
https://partner.microsoft.com/
 

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

Similar Threads

Combo Box 1
Querry 12
Multiple Tables in Reports 9
Distinct Count with Criteria 3
Table Structure 5
Subform fields auto-filled based on Main form combo box value 8
form code to create field 11
add to drop down list 3

Back
Top