Hello guys again! Back with invoice problems. Just want to know how to store data in the main database in different tables and fields using a form. I have a datasheet view of a form where i have to show ;
Now, All this is working but not storing the values. If that works i will be jumping for a whole week :P Please help me jump. What should i do to store these values in specific fields..:)
Takecare
thanks in advance
mj
Code:
invoice number (INPUT) price (INPUT) No. of units (INPUT), Weekly Total (calculated by =[no_of_units]*[price]) start date (INPUT) end date (INPUT) days (=[end_date]-[start_date]+1) total amount =(([Weekly_total]*[days])/7)
Takecare
thanks in advance
mj
Comment