|
-
Oct 18th, 2001, 11:22 AM
#1
Querydef question
Hi
I was hoping someone could lead in the right direction with this problem I'm having.
I have two combo boxes one is populated when the form is loaded and the other is populated dependant on the selection made in the 1st one. This works when I run it in code but as soon as I make an executable it won't populate the 2nd box it just crashes.
Here's the code below:
Set DataB = OpenDatabase(App.Path & "\Database\Test.mdb")
Set QD = DataB.QueryDefs("qrySubCat")
QD.Parameters("[CatID]") = mCatID
Set rs2 = QD.OpenRecordset(dbOpenDynaset)
Could anyone tell me why this may be occuring
Thanks!!
-
Oct 18th, 2001, 03:16 PM
#2
Good Ol' Platypus
This isn't the place for questions -- "Once you have your project together, come here to discuss..."
That's basically what the definition says and I stand by it. That's why the threads in here are so huge.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Oct 19th, 2001, 03:22 AM
#3
Is That so...
Thanks for your advise.................
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
|