First, sorry if I have posted this in the wrong area or has been covered. I just joined the forum and after quick review could not find what I was looking for.
I am building my first DB in Access. I am proficient with Excel and have built pricing model for my business in Excel. Main reason for moving to Access is that I want to have a record of each price quote that I can quickly recall and the dropdowns (combobox) feature in Excel is just okay (especially with many items).
I did some Access training on Youtube, etc. Reading Access for Dummies. Apparently, I am too dumb for that!
Anyways, my first DB project went as follows:
I created several tables (raw materials, bottles, closures, capsules, labels, blender machine, capsule machine, etc) most containing item name, unit of measure, unit cost - machines containing capacity info (e.g., capsules per hour, max KG load per blender)
Then, I created a master table to collect all of the information about the product. I created the comboboxes right there at the form level. I populated the other fields (U/M, unit cost, etc) with VBA "me.unitcost1.value=me.rawmtl1.column(3). Most of my product quotes contain less than 10 ingredients, so I created 10 fields in the table (e.g., rawmtl1, rawmtl2....etc). I am guessing this is a no-no.
My mastertable contains about 220 columns (I see it maxes out at 250). Many of these columns are calculations (IIF, QTY>0, QTY * Unit Cost,0) etc.
I created a masterform to input the data and the table does the calcs and feeds that info to the form.
Everything was going well! Then I added a report and combobox to search for records by catalog number, then........things went bad.
At the form, when entering a new record.....it craps out and says "Record too Large".
Then, I go back in and all of my comboboxes no longer auto-fill. I have to click and scroll to find the ingredient I want.....major problem because its a list of about 400 ingredients.
The program did exactly what I wanted it to do.....for a few minutes.
Is this an issue with the way I designed this? too many table columns?
I will be honest and say I do not understand the table relationships and queries at this point.
Appreciate anybody pointing me in the right direction. I don't want to give up on Access yet.
I am building my first DB in Access. I am proficient with Excel and have built pricing model for my business in Excel. Main reason for moving to Access is that I want to have a record of each price quote that I can quickly recall and the dropdowns (combobox) feature in Excel is just okay (especially with many items).
I did some Access training on Youtube, etc. Reading Access for Dummies. Apparently, I am too dumb for that!
Anyways, my first DB project went as follows:
I created several tables (raw materials, bottles, closures, capsules, labels, blender machine, capsule machine, etc) most containing item name, unit of measure, unit cost - machines containing capacity info (e.g., capsules per hour, max KG load per blender)
Then, I created a master table to collect all of the information about the product. I created the comboboxes right there at the form level. I populated the other fields (U/M, unit cost, etc) with VBA "me.unitcost1.value=me.rawmtl1.column(3). Most of my product quotes contain less than 10 ingredients, so I created 10 fields in the table (e.g., rawmtl1, rawmtl2....etc). I am guessing this is a no-no.
My mastertable contains about 220 columns (I see it maxes out at 250). Many of these columns are calculations (IIF, QTY>0, QTY * Unit Cost,0) etc.
I created a masterform to input the data and the table does the calcs and feeds that info to the form.
Everything was going well! Then I added a report and combobox to search for records by catalog number, then........things went bad.
At the form, when entering a new record.....it craps out and says "Record too Large".
Then, I go back in and all of my comboboxes no longer auto-fill. I have to click and scroll to find the ingredient I want.....major problem because its a list of about 400 ingredients.
The program did exactly what I wanted it to do.....for a few minutes.
Is this an issue with the way I designed this? too many table columns?
I will be honest and say I do not understand the table relationships and queries at this point.
Appreciate anybody pointing me in the right direction. I don't want to give up on Access yet.