W
Wahab
Please help me in writing the recordset - rst..
I want to open rst based on invoices table ie. tInvoices (having InvNo.
CustomerID, SalesAmt (all fields are in Number format). I have one form which
is having 3 controls namely Invoice No, Customer ID and Sales Amount with one
button to save the record. I want to open rst after entering the Invoice No.
if invoice number is present in tInvoices then rst will bring the data on
form for editing after editing I will save the record by clicking the save
button. I don’t want to two buttons for save and editing I want to manage
editing and adding new records from one button which is the Save button.
How I will manage this one?
I want to open rst based on invoices table ie. tInvoices (having InvNo.
CustomerID, SalesAmt (all fields are in Number format). I have one form which
is having 3 controls namely Invoice No, Customer ID and Sales Amount with one
button to save the record. I want to open rst after entering the Invoice No.
if invoice number is present in tInvoices then rst will bring the data on
form for editing after editing I will save the record by clicking the save
button. I don’t want to two buttons for save and editing I want to manage
editing and adding new records from one button which is the Save button.
How I will manage this one?