Access 2003, front-back end format.
I have a form 'location_info' populated from table 'tbl_location'.
The table has an autonumber [loc_#] and a index (multiple) [ccan]
What I require is that everytime a new location is created under a ccan the [loc_name] be populated with:
The recourdsource for the field [loc_name] is "=[loc_city] & "-" & [loc_#]"
It works well on the form, requires no input from the user and displayed correctly however it is not saved in the table. I think my record source is wrong
Any help is appreciated.
If I did not say it before, I really appreciate the time and expertise of the users on this forum.
I have a form 'location_info' populated from table 'tbl_location'.
The table has an autonumber [loc_#] and a index (multiple) [ccan]
What I require is that everytime a new location is created under a ccan the [loc_name] be populated with:
The recourdsource for the field [loc_name] is "=[loc_city] & "-" & [loc_#]"
It works well on the form, requires no input from the user and displayed correctly however it is not saved in the table. I think my record source is wrong
Any help is appreciated.
If I did not say it before, I really appreciate the time and expertise of the users on this forum.