W
wazza_c12
HI There
I have a little database project for my internship that is so close to
finished, I have one last hurdle before either my brain explodes or I
get it done.
I have a display form showing a record, it has an edit command button
that opens another form to the same record.
On this second editing form I have all the boxes unbound so that the
user can change what they want then hit an "update" button to do the
updating, or a cancel button if they desire.
I'm having problems getting this update query working properly (that
the update button calls)
I currently have
UPDATE Details SET Field1 = Forms!Edit_Record!Field1
WHERE ID = Forms!Edit_Record!ID
It's completely not working.
Am I using a subform? do I have to add that to the path? ie.
Forms!Display!Edit_Record!ID
ID (my primary key) is not actually on the form, but is still part of
the current record (I assume) how do I reffer to it? is that the
problem?
Thankyou for any help, I'm sure this is the most simple question
posted, I've just been sitting at the PC too long
Thanks in advance
Warwick
I have a little database project for my internship that is so close to
finished, I have one last hurdle before either my brain explodes or I
get it done.
I have a display form showing a record, it has an edit command button
that opens another form to the same record.
On this second editing form I have all the boxes unbound so that the
user can change what they want then hit an "update" button to do the
updating, or a cancel button if they desire.
I'm having problems getting this update query working properly (that
the update button calls)
I currently have
UPDATE Details SET Field1 = Forms!Edit_Record!Field1
WHERE ID = Forms!Edit_Record!ID
It's completely not working.
Am I using a subform? do I have to add that to the path? ie.
Forms!Display!Edit_Record!ID
ID (my primary key) is not actually on the form, but is still part of
the current record (I assume) how do I reffer to it? is that the
problem?
Thankyou for any help, I'm sure this is the most simple question
posted, I've just been sitting at the PC too long
Thanks in advance
Warwick