J
John S
Back again.
I have a form (frmprop) with pet ownership info, and a second form (sfPet)
that contains a datasheet with information on each of the pets owned.In
order to get a save button, I have bound the datasheet to a temporary table
so as to use a save button.. Problem is that the datasheet returns
"deleted#" for most of the fields, but will show the information when moved
in and out of design more.
I am first deleting, and then loading the temporary table in the form load
event of the main form. One of the newgroup experts suggested first setting
the recordsource to "", and then requerying. Doesn't appear to work. In
particular, when I tried this line -- [Form_sfPet].Form.RecordSource =
"[TEMPPETS]" -- , I received an error message that the Microsoft Jet
database couldn't find the input table (I checked and rechecked my
spelling).
Something basic I'm missing here?
John S
Aylmer, PQ
I have a form (frmprop) with pet ownership info, and a second form (sfPet)
that contains a datasheet with information on each of the pets owned.In
order to get a save button, I have bound the datasheet to a temporary table
so as to use a save button.. Problem is that the datasheet returns
"deleted#" for most of the fields, but will show the information when moved
in and out of design more.
I am first deleting, and then loading the temporary table in the form load
event of the main form. One of the newgroup experts suggested first setting
the recordsource to "", and then requerying. Doesn't appear to work. In
particular, when I tried this line -- [Form_sfPet].Form.RecordSource =
"[TEMPPETS]" -- , I received an error message that the Microsoft Jet
database couldn't find the input table (I checked and rechecked my
spelling).
Something basic I'm missing here?
John S
Aylmer, PQ