G
Guest
I have a form linked to a table that has a key(ID). They wanna use that id
again but change all the info. The easiest was is to just enter the new info
over the old. But I would like to delete/clear all the info out. In the
code I did an edit and set the text fields to " " using table.var = " " but
when I do the update, it cleared the first record.
I did a find first but got a msg saying I could not use a find now. I tried
an update query but didn't work. What am I not doing.
Mike
again but change all the info. The easiest was is to just enter the new info
over the old. But I would like to delete/clear all the info out. In the
code I did an edit and set the text fields to " " using table.var = " " but
when I do the update, it cleared the first record.
I did a find first but got a msg saying I could not use a find now. I tried
an update query but didn't work. What am I not doing.
Mike