OK. I have 2 tables with identical fields. One is called 'External Dies' and the other is 'Internal Dies'. Although the fields in the tables are identical, they have different relationships to another form, 'Product Codes'. The Internal has a one to one relationship to its 'Product Code', where as the External has a one to many relationship as it can be used with many Product Codes. Because of this, I assume I need a separate table for each. I would like a form that will give me a combobox that will give me 2 options: internal or external, then the corresponding table will be populated. Is this possible?
Its important to note, that although I am a Java Programming student, I have no VBA experience what so ever.
Its important to note, that although I am a Java Programming student, I have no VBA experience what so ever.
Comment