Hiya Jeo,
Try putting your code in the after update event of your combo box but change the line 'BackColor = 13434828' to Detail.BackColor = 13434828
Hope this helps.
Taff
Hi Dette,
Try putting this in the control source of the txt box you are using to count:-
=dcount("[your check box field]","[your tabel or query]","[your checkbox field] = true")
Taff.
Hi Pat,
Have tried the transferdatabase method but for some reason it does not seem to be working.
A couple of questions with it:-
Does the database you are trying to export to have to exist already when trying to use it?
If so, does the table have to exist in the database?
Taff.
Hi all,
Am having some real trouble trying to work out how to do this but I'm sure it's really simple. :confused:
What I am trying to do is Export the table mytable to a completely new database which would be stored in the same location as the current database.
Any help is greatly...