Heya all, just had a quick question (at least I hope its quick)...
I've got a database I'm working on here that holds some information about companies, names, sales, etc... There's a specific field that holds a classification number (NAICS #). The NAICS Sectors (General Categories) and Descriptions (well.. Descriptions) for each number are stored in a seperate table (just to be clear, each NAICS number has its own Sector and Description defined in the NAICS table). The NAICS number for each buiness is stored in the company information table.
The user selects the NAICS number on a form I have setup in the following way: they choose the NAICS sector (Category) from a combo-box, and then a list box below is populated with the corresponding descriptions and numbers, then when the user picks one of them, the number is entered into the field in the buisness information table... My problem is this:
I would like to have the NAICS Description and Category selected for each user automatically for each record when they browse between them (right now they're just blank when you change records)... Is there some way I can set this up? I've been puttering away at it for some time and I dont seem to be makingn any headway..
thanks in advance
-Cavern
I've got a database I'm working on here that holds some information about companies, names, sales, etc... There's a specific field that holds a classification number (NAICS #). The NAICS Sectors (General Categories) and Descriptions (well.. Descriptions) for each number are stored in a seperate table (just to be clear, each NAICS number has its own Sector and Description defined in the NAICS table). The NAICS number for each buiness is stored in the company information table.
The user selects the NAICS number on a form I have setup in the following way: they choose the NAICS sector (Category) from a combo-box, and then a list box below is populated with the corresponding descriptions and numbers, then when the user picks one of them, the number is entered into the field in the buisness information table... My problem is this:
I would like to have the NAICS Description and Category selected for each user automatically for each record when they browse between them (right now they're just blank when you change records)... Is there some way I can set this up? I've been puttering away at it for some time and I dont seem to be makingn any headway..
thanks in advance
-Cavern