Microsoft Access 2013, result of expression builder bound to Control Source of a textbox named FullSiteData.
The expression is here: ="50" & "-" & [IslandCode] & "-" & [QuadData] & "-" & [SiteData]
where IslandCode is a combobox and QuadData and SiteData are validated textboxes, and the result is FullSiteData.
Question - how do I use this expression value to populate a field in an Access table?
Seems like it should be easy, but I struggle with this. Of course I can make the Control Source the table field and update that way, but the expression builder is my validation.
I've built web forms using PHP and MySQL and understand the process of a query adding data to a table, but don't understand how to do this.
Thank you, Alan
The expression is here: ="50" & "-" & [IslandCode] & "-" & [QuadData] & "-" & [SiteData]
where IslandCode is a combobox and QuadData and SiteData are validated textboxes, and the result is FullSiteData.
Question - how do I use this expression value to populate a field in an Access table?
Seems like it should be easy, but I struggle with this. Of course I can make the Control Source the table field and update that way, but the expression builder is my validation.
I've built web forms using PHP and MySQL and understand the process of a query adding data to a table, but don't understand how to do this.
Thank you, Alan