S
Sophie
greetings
I have an access db that I use at home on a PC with a large screen and on
the road using a laptop. In each of my many forms, the Form_Open event has a
line like...
DoCmd.MoveSize 150, 6000, 6750, 4770
that works well for the screen in question. I use one set of numbers on my
PC and another set on the laptop. I'd like the program to somehow recognize
which computer I'm using so that I can use If...Else If... to set the
correct values for each machine.
I'm really not sure how to do this. Any clues would be appreciated.
I have an access db that I use at home on a PC with a large screen and on
the road using a laptop. In each of my many forms, the Form_Open event has a
line like...
DoCmd.MoveSize 150, 6000, 6750, 4770
that works well for the screen in question. I use one set of numbers on my
PC and another set on the laptop. I'd like the program to somehow recognize
which computer I'm using so that I can use If...Else If... to set the
correct values for each machine.
I'm really not sure how to do this. Any clues would be appreciated.