LARRYVINCI
Jan 3rd, 2000, 05:16 AM
I've been working on this project for days and any help would be grateful.
I wrote simple code to display an Msaccess form in vb
Private Sub Command1_Click()
Set LAPPACCESS = GetObject(STRDB)
LAPPACCESS.DoCmd.OpenForm "TABLE1"
End Sub
Private Sub Form_Load()
STRDB = "C:\A1\LARRYNEW.mdb"
End Sub
using win95 this works fine and has focus when I run the program, but in win 98,
the MSACCESS form table1 displays behind form1 of vb and does not get focus until I click on the MSFORM????
Any Ideas???
Thanks
ps: GREAT SITE!!!!!!!!!!!
I wrote simple code to display an Msaccess form in vb
Private Sub Command1_Click()
Set LAPPACCESS = GetObject(STRDB)
LAPPACCESS.DoCmd.OpenForm "TABLE1"
End Sub
Private Sub Form_Load()
STRDB = "C:\A1\LARRYNEW.mdb"
End Sub
using win95 this works fine and has focus when I run the program, but in win 98,
the MSACCESS form table1 displays behind form1 of vb and does not get focus until I click on the MSFORM????
Any Ideas???
Thanks
ps: GREAT SITE!!!!!!!!!!!