Hello,
I've been working on a db that has SQL server backend tables. What's more important is that there are a lot of related tables and this is giving me some grief designing the forms.
The form Im designing has quite a few subforms. one of the subforms record source's is a table that has multiple relationships. 7 to be exact;
3 are one-one,
2 are many-one (it's a child of two tables)
2 are one to many.
So, when I enter info into the form one of the IDs become null. I suspect because of one of the relationships. I was thinking of ways around this. Perhaps making all forms unbound, so that, when a user enters all the values they could press a submit button instead and all the values would enter the SQL db at the same time. maybe that would work?
I know this is fairly vague, it's just to see if anyone has similar experiences or advice, for example, if submitting the values all at once would work?
Thanks
I've been working on a db that has SQL server backend tables. What's more important is that there are a lot of related tables and this is giving me some grief designing the forms.
The form Im designing has quite a few subforms. one of the subforms record source's is a table that has multiple relationships. 7 to be exact;
3 are one-one,
2 are many-one (it's a child of two tables)
2 are one to many.
So, when I enter info into the form one of the IDs become null. I suspect because of one of the relationships. I was thinking of ways around this. Perhaps making all forms unbound, so that, when a user enters all the values they could press a submit button instead and all the values would enter the SQL db at the same time. maybe that would work?
I know this is fairly vague, it's just to see if anyone has similar experiences or advice, for example, if submitting the values all at once would work?
Thanks