J
JuneJ
I have a Table which contains 3 fields:[ID],[Member],and[Ticket]. [ID] is an
Auto Number field and [Member] contains X00000 numbers which represents each
members. [Ticket] should be the conbination of two ([Ticket]=[Member]+[ID]).
For instance, if [ID]=1 and [Member]=100000, [Ticket] should be 100001.
I would like to put [Member] from a Form and would like values for [Ticket]
to appear automatically. I understand that Table cannot contain calculated
controls.
One solution I came up with is to use update query and run a macro to update
calculated values from the Query to the Table. It worked just fine but I
really hope that calculated value in the Form is carried out to the table
directly.
Is their any way to make it happen?
Thank you,
JuneJ
Auto Number field and [Member] contains X00000 numbers which represents each
members. [Ticket] should be the conbination of two ([Ticket]=[Member]+[ID]).
For instance, if [ID]=1 and [Member]=100000, [Ticket] should be 100001.
I would like to put [Member] from a Form and would like values for [Ticket]
to appear automatically. I understand that Table cannot contain calculated
controls.
One solution I came up with is to use update query and run a macro to update
calculated values from the Query to the Table. It worked just fine but I
really hope that calculated value in the Form is carried out to the table
directly.
Is their any way to make it happen?
Thank you,
JuneJ