hullstorage
Registered User.
- Local time
- Today, 22:43
- Joined
- Jul 18, 2007
- Messages
- 213
Hi all
Can somebody tell me how to create a popup form for additional
data entry.
What i need is when entering data on the on exit event of the address field to show a form to enter the quantity, weight and service details
I think i may need to create a seperate table with a relationship as the fields are currently in the main table as below
Tbl1
Date
Customer
Address
(I want the fields below to show in a popup form)
NoItems
Weight
Service
I have got this working at the minute but because the record is still being edited this simply creates a new record when the popup opens
Can somebody tell me how to create a popup form for additional
data entry.
What i need is when entering data on the on exit event of the address field to show a form to enter the quantity, weight and service details
I think i may need to create a seperate table with a relationship as the fields are currently in the main table as below
Tbl1
Date
Customer
Address
(I want the fields below to show in a popup form)
NoItems
Weight
Service
I have got this working at the minute but because the record is still being edited this simply creates a new record when the popup opens