H
Hugh self taught
Hello All you marvelous brain boxes,
I have a form with a bound cbo box EvtNumber & "limit to list =No". A hidden
txt box "=[EvtNumber].[Column](1)". The underlying table is a temporary data
input table for calculations then it will be cleared after the relevant data
is written to the relevant tables.
As you have probably guessed my hidden text box doesn't update when I type a
value in the cbo which is not already in the table until the form is
reloaded, even though I save the record so the value is now in the table &
then requery the form and/or control.
I could use limit to list = yes but I cannot get the Not in List event to
accept an update instead of an Insert. At this point in my processing I have
already created the new record & need to add a new event number to that
record.
Option 1) would be to have the limit to list = yes & have the not in list
accept my table update with the new value. It may be possible & my syntax is
just wrong, but I keep getting error messages indicating I can't do what I'm
trying to do. I don't want to create another temporary table just for event
numbers which are already included in this table.
Option 2) would be a workaround to get the hidden text box to show the value
of EvtNumber.Column(1)
Any suggestions greatly appreciated
I have a form with a bound cbo box EvtNumber & "limit to list =No". A hidden
txt box "=[EvtNumber].[Column](1)". The underlying table is a temporary data
input table for calculations then it will be cleared after the relevant data
is written to the relevant tables.
As you have probably guessed my hidden text box doesn't update when I type a
value in the cbo which is not already in the table until the form is
reloaded, even though I save the record so the value is now in the table &
then requery the form and/or control.
I could use limit to list = yes but I cannot get the Not in List event to
accept an update instead of an Insert. At this point in my processing I have
already created the new record & need to add a new event number to that
record.
Option 1) would be to have the limit to list = yes & have the not in list
accept my table update with the new value. It may be possible & my syntax is
just wrong, but I keep getting error messages indicating I can't do what I'm
trying to do. I don't want to create another temporary table just for event
numbers which are already included in this table.
Option 2) would be a workaround to get the hidden text box to show the value
of EvtNumber.Column(1)
Any suggestions greatly appreciated