Hi,
Some days ago I downloaded a program (mxformat), but when I noticed it was a nn-days trial, I aborted the installation. Since that, each time Windows starts, it tries to resume the installation, but of course it fails because I deleted the installation file.
So I guess there must be a...
I want to copy a project including forms reports and macros, but when I backup a project (backup database...) and later restore in another computer (restore database...) only the tables and queries are restored.
how can I solve it?
thanks...
Thanks so much! your idea was of great help. I modified it slightly so i didnt use the function, only setting the rowsource string in the click event of the listbox:
sql = "select * from Customers where Customerid = '" & cmbxx & "'"
Lista4.RowSource = sql
Hi, I would like to set a sql statement as the row source for a listbox in a form, something like:
select * from table WHERE FIELD = [cmbXX],
where cmbXX is a control , for example a combo box.
I can do this when I open a "normal" database (mdb), but when i try to do it in a project...
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.