I split my database, putting the tables, backend, on a server and put a frontend, for each user, on their laptops to access the data.
A glitch came up that requires a change to one of the table spec.
I want to be able to prohibit a blank ClientId field from being written to a table.
I thought I would add a validation rule to prevent this from occuring.
The rule is NOT------& where - represents a blank space(6).
Would this rule work?
When I tried to test this change I got a message that the tables were linked and could not be changed.
1)How do I unlink tables, make the change and relink tables
2)Can I take a backend and a frontend and combine them to create one database again, like it existed before the split?
3) Is this validation rule correct?
Thanks for your thoughts,
Jim
A glitch came up that requires a change to one of the table spec.
I want to be able to prohibit a blank ClientId field from being written to a table.
I thought I would add a validation rule to prevent this from occuring.
The rule is NOT------& where - represents a blank space(6).
Would this rule work?
When I tried to test this change I got a message that the tables were linked and could not be changed.
1)How do I unlink tables, make the change and relink tables
2)Can I take a backend and a frontend and combine them to create one database again, like it existed before the split?
3) Is this validation rule correct?
Thanks for your thoughts,
Jim
Last edited: