S
swas
Hello,
I have a continuous form where the rs is from a main table, and one currency
field from a detail table.
If data is entered into the detail table field, the info is entered
correctly, along with a few other default field values not displayed.
My problem is, if the detail record has a value, and the user overwrites
with $0 or clears the field, I wish to delete the child record. I am doing
this with a runsql delete.
All this is fine, but I then get a #Deleted displayed on my form. Me.requery
fixes the problem but also makes the first record the current record, and
this is too confusing for the user.
Is there any other way of clearing the #Deleted? My only other thought is to
run the delete query when the form is closed, to tidy up the table, or turn
echo off, find the record again, b ut then the user tab position is also lost
- and starting to make a simple action complex...
Thanks in advance
swas
I have a continuous form where the rs is from a main table, and one currency
field from a detail table.
If data is entered into the detail table field, the info is entered
correctly, along with a few other default field values not displayed.
My problem is, if the detail record has a value, and the user overwrites
with $0 or clears the field, I wish to delete the child record. I am doing
this with a runsql delete.
All this is fine, but I then get a #Deleted displayed on my form. Me.requery
fixes the problem but also makes the first record the current record, and
this is too confusing for the user.
Is there any other way of clearing the #Deleted? My only other thought is to
run the delete query when the form is closed, to tidy up the table, or turn
echo off, find the record again, b ut then the user tab position is also lost
- and starting to make a simple action complex...
Thanks in advance
swas