Hi all,
I have a form for entering record information into a table- within this form there are 2 fields (that correspond to 2 fields within the underlying table) that I would like to auto populate with information to save the user having to manually type this in every time they enter a new record.
The first field is a text field to specify who has entered the record, I would like this field to be automatically stamped with the current logged on user, the only way I seem able to diaplay this on the form at the moment is to change the control source of the field to =[currentuser], this then displays the correct info on the form but the corresponding field in the table is not populated with this info.
The second field I am struggling with is a field for the customers telephone number.
What i would like to happen is that when the user adds a new record and selects a customer, the telephone number stored with that customers id in the customers table populates the field in the form and is stored the underlying field in the table-however this fiels needs to be able to be overwritten as it is possible that a different number is best to contact the customer on in that particular case.
Again I thought I had achieved this by changing the control source of the filed but with the same problems as described above.
Many thanks in advance for any/all help recieved!!!!
I have a form for entering record information into a table- within this form there are 2 fields (that correspond to 2 fields within the underlying table) that I would like to auto populate with information to save the user having to manually type this in every time they enter a new record.
The first field is a text field to specify who has entered the record, I would like this field to be automatically stamped with the current logged on user, the only way I seem able to diaplay this on the form at the moment is to change the control source of the field to =[currentuser], this then displays the correct info on the form but the corresponding field in the table is not populated with this info.
The second field I am struggling with is a field for the customers telephone number.
What i would like to happen is that when the user adds a new record and selects a customer, the telephone number stored with that customers id in the customers table populates the field in the form and is stored the underlying field in the table-however this fiels needs to be able to be overwritten as it is possible that a different number is best to contact the customer on in that particular case.
Again I thought I had achieved this by changing the control source of the filed but with the same problems as described above.
Many thanks in advance for any/all help recieved!!!!