New to Access! I am creating a quotation database where a new company name will be entered. In 1 form a pick list of products which I then want to go into another table associated to the company name which can then be queried and displayed in a report for printing the quotation.
I have created
QuotesTbl
QuoteID (PK)
QuotedItemsTbl(PK)
QuoteID (FK) (1-Many Relationship w/above)
I will create a form to generate a new quote, enter the company name with a display of quoted items (QuotedItemsTbl) (Query QuoteID).
On that Form i want to have a button to 'add items' on that form be able to pick from items in StockTbl which when selected and button 'close' copy the data to QuotedItemsTbl
Any advice to a enthusiastic buy novice newbie much appriciated.
I have created
QuotesTbl
QuoteID (PK)
QuotedItemsTbl(PK)
QuoteID (FK) (1-Many Relationship w/above)
I will create a form to generate a new quote, enter the company name with a display of quoted items (QuotedItemsTbl) (Query QuoteID).
On that Form i want to have a button to 'add items' on that form be able to pick from items in StockTbl which when selected and button 'close' copy the data to QuotedItemsTbl
Any advice to a enthusiastic buy novice newbie much appriciated.