I want to create a sales form (parent) on the sales table with the unique code to each item; which displays its corresponding list items. I want also to create another form (child) on the same sales table with blank textboxes to enter date, qty, unitprice and totalprice.
I want to create a link to the two forms so that when I click on the unique code on the main form with the detailed items displayed, the child form would display with blank form so that I can fix the sale prices and date to appear against the list items.
I will be thanksful for an assistance to complete my project successfully.
Thanks