Hi,
Maybe you have a Null in your 'real world' data that wouldnt be in your test data? I would expect a SQL error if the data was too big etc.
HTH,
Patrick
Hi,
Maybe some of your controls don't support the 'Value' method?
If you are looking at validating text boxes then decare ctl as type textbox.
Regards,
Patrick
This is a tricky one...
I'm using the 'cmd' command line option to pass information to my database.
The idea being to have the ability to pass an identifier via the command line that could be parsed by the database which would open automatically on the relevant record based upon the command...
I think the problem is that you don't use a MoveFirst to go to the first record.
Try adding RS.MoveFirst (At least I think that's the DAO syntax) before the loop.
-Patrick.
I think this is what you are looking for.
You need to add in two ActiveX Controls to your Project - an ImageCombo & an ImageList.
Here is an example which will hopefully work for you. If not it will be down to missing references.
Unfortunately I am sooo busy at the moment that this is all the...
Hi,
I have a split B/e F/e Database. The B/e resides on a Server & each Client has an MDE file.
Also involved is a linked Database which I use as a resource for shared company-wide data. The B/e database has linked tables from this Database.
So in the MDE file there are Forms, Queries that use...