|
-
Jan 3rd, 2000, 06:16 AM
#1
Thread Starter
Junior Member
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!!!!!!!!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|