I have it laid out like this in the table the combo pulls from
Combo col(0) col(1)
Jan */01/*
Feb */02/*
Then in the criteria of the date in the query I have this
[Forms]![frmReportDept]![2ComboMonth].[Column(1)]
Unfortunately it doesn't work the code syntax is OK but...
Hey
I was wondering could anyone tell me how to report by month. I have three combo boxes .One chooses the department ,one chooses the month and another chooses the year. It works fine for department but I can't work out how to get all the information for a month. My date format is comes in...
When I tried this -> I got Undefined function '[Forms]![frmReportDept]![2ComboMonth].Column' in expression
any other ideas. I really don't understand why it won't work
Thanks
Niall
Hi
I'm trying to run a query which gets it criteria from the second column in a combo box but I keep getting the error. "This expression is typed in correctly or is too complex to evaluate". In the combo box I have e.g Mar in column1 and */03/* in column2.This would then hopefully...
I am currently building a form and I have used the controlsource on the properties of the textboxes to link them to a table. My problem is now I want to put in a msgbox in the “afterupdate” to confirm if a person wants to save a change or not.
If MsgBox("Save these changes?"...
Im running code behind a button which updates data from a table. However if it encounters a Null value it gives a null error and stops running. I have tried an if statement which checks if its Null first and if so doesn't run the module but it still gives a null error. I've also tried...
I am currently trying to build a database with employee details and their picture. Would anyone know how you associate a picture with a record. The image has to change for each record on the form.
I need to lock a record depending on what is in one of its own fields. I have written a module which locks the form rather then the record but it won't work with the find button or get last button. Any suggestions on away of doing this.
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.