R
rob p
I have an unbound textbox on a form: =DMax("checknumber","tblcheck"). This
shows me the last check number in an unrelated table to the one in the next
paragraph. This textbox is called txtbox2. This number only displays on form
and won't change per session.
I have another textbox on the form that is called txtbox1. Contents go to a
field in another table. For each record, how can I take the check number in
txtbox2 and increment it in this txtbox1? Meaning for record 1 it would
display txtbox2 + 1 and so on.
thanks. (I've asked similiar questions before I had laid everything out like
this.)
shows me the last check number in an unrelated table to the one in the next
paragraph. This textbox is called txtbox2. This number only displays on form
and won't change per session.
I have another textbox on the form that is called txtbox1. Contents go to a
field in another table. For each record, how can I take the check number in
txtbox2 and increment it in this txtbox1? Meaning for record 1 it would
display txtbox2 + 1 and so on.
thanks. (I've asked similiar questions before I had laid everything out like
this.)