J
Junior
On a form [Form1] bound to [table1].
How can i display the last record in ([Table1].[controlnumber]) on a textbox
or list box on [Form1] say [txtlast]
I want to display the last controlnumber in [table1] so the user will know
the last control number used and
can then enter the next control number in a different textbox
I thought about using a subform but want to know if there is an
easier/better way.
How can i display the last record in ([Table1].[controlnumber]) on a textbox
or list box on [Form1] say [txtlast]
I want to display the last controlnumber in [table1] so the user will know
the last control number used and
can then enter the next control number in a different textbox
I thought about using a subform but want to know if there is an
easier/better way.