Peter Bellamy
Registered User.
- Local time
- Today, 22:55
- Joined
- Dec 3, 2005
- Messages
- 295
I have a form based on a query that is a view of two tables.
One table is a register of 1000 numbers (barcodes)
The other is a of parts, with their associated details.
The tables are related by the 'part number'
The form allows the user to take the next available barcode number and writes the part number to the register.
All that works fine.
There is a bound control on the form to show the associated barcode number and what does not work is the form does not show the barcode number that has just been selected!
I have tried Requery and all that does is take the form to the first record, stepping through to the one just updated, the bound control still shows blank.
Closeing and opening the form the number is shown!
If I force the control to be updated by writing some VBA code for it, it updates but complains of a duplicates when the form is closed.
Any ideas??
Cheers
Peter
One table is a register of 1000 numbers (barcodes)
The other is a of parts, with their associated details.
The tables are related by the 'part number'
The form allows the user to take the next available barcode number and writes the part number to the register.
All that works fine.
There is a bound control on the form to show the associated barcode number and what does not work is the form does not show the barcode number that has just been selected!
I have tried Requery and all that does is take the form to the first record, stepping through to the one just updated, the bound control still shows blank.
Closeing and opening the form the number is shown!
If I force the control to be updated by writing some VBA code for it, it updates but complains of a duplicates when the form is closed.
Any ideas??
Cheers
Peter