A
AlanD
I am displaying records in 'continuous form' format. All fields except 1
come from a table.
The extra field is just being used for control purposes, to validate the
input.
Can I create a temporary field to use, as part of the query?
I've tried using '0 AS controlfield'. This creates controlfield but
assigns the same value to all of the recordset, so changing one changes them
all.
Similarly I tried using an unbound field and changing it via a form event,
but again I'm just getting a single variable for all the recordset.
What's the proper way? (I could just add a junk field to the table and use
it, but it doesn't seem right.)
Thanks for any hints
Alan
come from a table.
The extra field is just being used for control purposes, to validate the
input.
Can I create a temporary field to use, as part of the query?
I've tried using '0 AS controlfield'. This creates controlfield but
assigns the same value to all of the recordset, so changing one changes them
all.
Similarly I tried using an unbound field and changing it via a form event,
but again I'm just getting a single variable for all the recordset.
What's the proper way? (I could just add a junk field to the table and use
it, but it doesn't seem right.)
Thanks for any hints
Alan