eTom
Registered User.
- Local time
- Today, 01:43
- Joined
- Oct 15, 2009
- Messages
- 79
Hello! I'm very new to Access and have only just recently set up a small database for our customer complaints. It's pretty bare-bones; there is an "incident" table that has fields for customer name, phone, product, etc. The ProductID field is linked to a ProductID key field in another table.
I've created a form that lets me enter each of these fields by text, memo, or combobox depending on the info. Products are limited to our products, so it's combobox. Customer name could be anyone, so it's text... etc.
Now I have come up to complaints involving multple products. Sometimes dozens. Rather than enter each of these fields in the form every time, I want to speed up the process a little. Ideally, I'd like the form to have the same text or combo boxes up top for things like customer name, phone, location, etc... but then a table below where I could enter product, date, etc. That way I could enter multiple products and date without having to enter the customer info every time.
The trick is that i want each of those products to be it's own record. Is it even possible to have a form create multiple records using some fields up top that are common for each record it creates, while a table at the bottom has info that's different for each of these records?
Failing that, if I have my form as it stands, can I program a button at the bottom that will re-open the form and carry over the information that I would need to re-enter for another product? ie: re-open the form but somehow send it CustomerName, Phone, Country, etc... ?
Hopefully that makes sense. I've only just started with Access this week and haven't been able to get out to pick up a good book on the subject. I've got some programming experience with C++, C# and JavaScript, but I'm new to the world of databases!
Thanks in advance!
I've created a form that lets me enter each of these fields by text, memo, or combobox depending on the info. Products are limited to our products, so it's combobox. Customer name could be anyone, so it's text... etc.
Now I have come up to complaints involving multple products. Sometimes dozens. Rather than enter each of these fields in the form every time, I want to speed up the process a little. Ideally, I'd like the form to have the same text or combo boxes up top for things like customer name, phone, location, etc... but then a table below where I could enter product, date, etc. That way I could enter multiple products and date without having to enter the customer info every time.
The trick is that i want each of those products to be it's own record. Is it even possible to have a form create multiple records using some fields up top that are common for each record it creates, while a table at the bottom has info that's different for each of these records?
Failing that, if I have my form as it stands, can I program a button at the bottom that will re-open the form and carry over the information that I would need to re-enter for another product? ie: re-open the form but somehow send it CustomerName, Phone, Country, etc... ?
Hopefully that makes sense. I've only just started with Access this week and haven't been able to get out to pick up a good book on the subject. I've got some programming experience with C++, C# and JavaScript, but I'm new to the world of databases!
Thanks in advance!