HI, I am having some funky things going on with my spell checker. WHen users push the spell checker button it sometimes breaks all the botton's on the form and pops up with the following message "the expression On click you entered as the event property setting produced the following error...
Hi,
I am trying to find the code so I can correctly filter a report so that when a button is pressed on myform the report shows all records that are current month to date records. eg. today would show all records in October 2012. Does that make sense?
Hi,
I hear anything is possible if you are willing to program. I am very rusty with my VBA. My issues is I have a data entry form where I have 11 fields, 8 fields users enter in all the time, but rarely they need to enter in the last 3 box's. I have therefore made the last 3 box's not in the...
Hi,
I have spent a long time trying to find the correct expression on a form. I am trying to have an unbound check box show me the sum of minutes of records that are dated 7 days prior to the current date. I currently have a text box on the header of summing Hours the hours and minutes fields...
Thank you so much, it was exactly what I wanted! Perfect. Sometimes I think more complicated than I need to...
I also worked out the clear form solution which I finally found... Indesisiv had posted:
Dim ctl As Control
For Each ctl In Me.Controls
Select Case ctl.ControlType
Case acComboBox...
Hi,
I am trying to have 2 lookup fields on a switch. I have 2 combo box's 'cboGrantID' and 'cboGrantName'. I want the user to be able to select from either box and have the other one update automatically. Eg If I select the Grant ID 1234 in cboGrantID then I want the cboGrantName Combo box to...