Matt,
Thanks for the advice, but I have not a lick of experience with something like that. Do you have an demo or something that you might be able to send me?
Thanks
-Brum
I have a completed, compiled program that I would like to sell. However, I have no way to stop one person from giving the final .exe to everyone and their brother. Is there a good way to stop this. Any help is appreciated.
Thanks
-Brum
Hello all, I am having trouble finding a record based on specific criteria and then updating that record. Here's what I have: tblReject with fields ID, and Rework(boolean) among many other fields; qryRework with pulls only the ID and Rework from tblReject. I also have a form, frmRework (bound to...
I was a bit confusing... this is what I actually have:
********************************************************
Private Sub cboFind_AfterUpdate()
Dim db As Database
Dim rs As Recordset
Set db = CurrentDb
Set rs = db.OpenRecordset("qryReworkForm", dbOpenDynaset)...
Yep... I figured out that I needed the DAO as soon as I hit submit. Even after I added DAO 3.6 there were other errors (Dim Y as Database, Z as RecordSet works fine). However, there are errors with Z.FindFirst and Z.NoMatch not being in the reference catalog, I did not have "Microsoft...
Hello All,
What I am looking to do should be fairly simple, however I have been banging my head against a brick wall for a while now. :(
I have a table which includes an ID as well as a boolean field "X", among many others. I would like to allow the user to input an ID into a text...
I would agree with ComputerJin, Visual Basic 6.0 for Dummies is a great book. It is informative but is also very enjoyable to read. The author, Wallace Wang (could be mistaken, I'm going off my memory alone) is hillarous. I would highly recommend this book to any newbie or veteran.
Good Luck...
I appologize in advance for the vagueness of this question, it is for a friend.
Somehow, when his project was run, all of the objects on the form disappeared, just packed up and left the form. This in turn causes a runtime error with the code referencing the form objects as the are now gone...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.