Hi, I'm a bit of a newbie using Access 2013
I have a data entry form for New Patient Admissions which opens up from a New Patient data entry form and inserts the NHS Number (using OpenArgs) then sets the focus to the next control and positions the cursor with SelStart
My Problem is that occasionally an existing patient may be re-admitted and when the Admissions form is opened up by itself the NHS Number cannot be passed across so sets to 000000000 and the focus goes to the next control etc.
It's purely cosmetic (and users don't see tables etc) so should I just create a copy of the Admissions form and remove the OpenArgs code so it can just be used for admitting existing patients? Will any problems I haven't thought about occur?
I have a data entry form for New Patient Admissions which opens up from a New Patient data entry form and inserts the NHS Number (using OpenArgs) then sets the focus to the next control and positions the cursor with SelStart
My Problem is that occasionally an existing patient may be re-admitted and when the Admissions form is opened up by itself the NHS Number cannot be passed across so sets to 000000000 and the focus goes to the next control etc.
It's purely cosmetic (and users don't see tables etc) so should I just create a copy of the Admissions form and remove the OpenArgs code so it can just be used for admitting existing patients? Will any problems I haven't thought about occur?