Ok, I got everything working from my previous questions, thanks a lot for that...
But, one more thing, in my main table I have a few fields which I don't want to show on my main form, in fact on these field the user has to sign off for the data he entered. These values just need to be entered in the table so I can refer to them later via reports or so or for other forms.
I want him to select a field which will activate a button, so far so good, then the button opens a pop-up form where he signs with name - number - date and time. Here it goes wrong. The pop-up opens, but does not refer to the actual record and I can't find how to refer to it. I put a link to the main form ID (autonumber) to check which record it's going to, but the records don't always match and I can't get a pattern in what it's returning.
I could use a new table of course just for these sign-offs, but since it's a one-to-one with my main table I didn't see the use of it, or should I use this way to get the data sorted ?? The problem I see is that I have 5 more or less similar pop-ups like this one, so that would mean 5 extra tables.
But, one more thing, in my main table I have a few fields which I don't want to show on my main form, in fact on these field the user has to sign off for the data he entered. These values just need to be entered in the table so I can refer to them later via reports or so or for other forms.
I want him to select a field which will activate a button, so far so good, then the button opens a pop-up form where he signs with name - number - date and time. Here it goes wrong. The pop-up opens, but does not refer to the actual record and I can't find how to refer to it. I put a link to the main form ID (autonumber) to check which record it's going to, but the records don't always match and I can't get a pattern in what it's returning.
I could use a new table of course just for these sign-offs, but since it's a one-to-one with my main table I didn't see the use of it, or should I use this way to get the data sorted ?? The problem I see is that I have 5 more or less similar pop-ups like this one, so that would mean 5 extra tables.