I have one table (imported from another program), and the structure is not quite good for inputing data. Let me give example, the table is like below :
new_no invoice_no docket_no volume etc
1001 42 5
1001 43 7
1001 44 6
1002 45 4
1002 46 4
1003 50 5
My question is how to make an entry form for fill in a same number (in new_no) for same invoice_no. In other words, I want to give new_no 0001 for invoice_no 1001 without repeating entry "0001" three times. Thanks alot
new_no invoice_no docket_no volume etc
1001 42 5
1001 43 7
1001 44 6
1002 45 4
1002 46 4
1003 50 5
My question is how to make an entry form for fill in a same number (in new_no) for same invoice_no. In other words, I want to give new_no 0001 for invoice_no 1001 without repeating entry "0001" three times. Thanks alot