B
Balmora via AccessMonster.com
Hello all,
I have bin using this :
If Not IsNull(Me.Ctl01BalanceCreditField1) Then
Me.Ctl01PreviousBalanceCreditField1.DefaultValue = """" & Me.
Ctl01BalanceCreditField1 & """"
to send the value of Ctl01BalanceCreditField1 to the next new record in
Ctl01PreviousBalanceCreditField1 and it works great because i use it in a
create new record buton but, what i would realy want would be to send the
value of one textbox to the next record not to a new record so lest say i
have 3 records id1,2,3 and im in the record 1 i change a value and when i
click on next record it will update the record 2 not 3 or new record i you
see what i meen.
just to let you know, i have made my own previous, next and new record
command butons so all the textboxs would be updated as the person navigates
thought the records.
thks in advance for all your help!
I have bin using this :
If Not IsNull(Me.Ctl01BalanceCreditField1) Then
Me.Ctl01PreviousBalanceCreditField1.DefaultValue = """" & Me.
Ctl01BalanceCreditField1 & """"
to send the value of Ctl01BalanceCreditField1 to the next new record in
Ctl01PreviousBalanceCreditField1 and it works great because i use it in a
create new record buton but, what i would realy want would be to send the
value of one textbox to the next record not to a new record so lest say i
have 3 records id1,2,3 and im in the record 1 i change a value and when i
click on next record it will update the record 2 not 3 or new record i you
see what i meen.
just to let you know, i have made my own previous, next and new record
command butons so all the textboxs would be updated as the person navigates
thought the records.
thks in advance for all your help!