Forum Discussion
Brent2365
Mar 03, 2021Copper Contributor
Can't add new table field to form
Hi there, I have an existing database that I need to modify to add more required fields to store data in. I have successfully added a new check box to the customer table to mark which customers tax ...
George_Hepworth
Mar 04, 2021Silver Contributor
It sounds to me like the recordsource for this form might be a query, based on that table, not on the table directly. If that's the case, you'll need to modify that query to include the new field as well.
If that's not the problem, we'll have to dig deeper.