G
Graeme at Raptup
Hi,
I have a set-up where I import an Excel spreadsheet (usually only 1 record)
into a temporary table that is appended to one table (Artwork approval) in my
database.
That table is linked to a table called 'Company' in a many (Artwork
approval) to one relationship. All is fine.
Now we want to import this data into a number of tables. The reason for this
is that the data comes from a form. Previously the form allowed one Retailer
only. The new form is to have up to 3 Retailers each. I therefore see (at
least) 3 different entities:
Company: CompanyID, Company name
Product: ProID, Manufacturer, Style, Size, Description
Approval: ApprovalID, RetailerID, Retailer name, units, price, in-store-date
One Company has many Products that can be approved for many Retailers.
Is this possible?
Can the data perhaps be imported into a query?
Any help appreciated as always.
I have a set-up where I import an Excel spreadsheet (usually only 1 record)
into a temporary table that is appended to one table (Artwork approval) in my
database.
That table is linked to a table called 'Company' in a many (Artwork
approval) to one relationship. All is fine.
Now we want to import this data into a number of tables. The reason for this
is that the data comes from a form. Previously the form allowed one Retailer
only. The new form is to have up to 3 Retailers each. I therefore see (at
least) 3 different entities:
Company: CompanyID, Company name
Product: ProID, Manufacturer, Style, Size, Description
Approval: ApprovalID, RetailerID, Retailer name, units, price, in-store-date
One Company has many Products that can be approved for many Retailers.
Is this possible?
Can the data perhaps be imported into a query?
Any help appreciated as always.