G
Guest
MS has changed things since the last time I had to write this code, and the syntax (that USED to work) with screen.width, now errors. (I THINK it has somthing to do with appilication.somthing.widow.somthingelse
Could someone help me translate this into current VB
IF ((form's height + FormTop) > Access Window Height) OR ((form's width+ Formleft) > Access Window width) THEN ..
i.e. IF my form window is sticking off the sides of the Access window, THEN I'll moveSize it accordingl
the "form's height + FormTop" I already have. its the Access window dimesions I need
AHA, TI
blm
Could someone help me translate this into current VB
IF ((form's height + FormTop) > Access Window Height) OR ((form's width+ Formleft) > Access Window width) THEN ..
i.e. IF my form window is sticking off the sides of the Access window, THEN I'll moveSize it accordingl
the "form's height + FormTop" I already have. its the Access window dimesions I need
AHA, TI
blm