Search results

  1. A

    Have you seen this error before

    Thanks for your help Jack! It worked out well!
  2. A

    Have you seen this error before

    Could you then tell me how to design a report when invoked, 1. Opens a form (let's call it form1) asking for a beginning date and end date. 2. When you hit an "OK" button on the form the report is generated. I already have a query that the Report relies on as it's control source. In the...
  3. A

    Have you seen this error before

    I keep getting this message everytime a try to invoke a Preview button I have designed to preview reports based on entered form criteria. "A problem occurred while Microsoft Access was communication with the OLE server or ActiveX control." Has anyone seen this? What do I do? My button is not...
  4. A

    Checkbox

    I know how to store in 3 different fields, but i need to know how to do it in one due to integration/automation issues between couple of different databases. Could you please provide me with an example of what/how the code would be?
  5. A

    Checkbox

    How do I get multiple checkboxes to write to one field? In other words, how do I get Checkbox1 with value X, Checkbox2 with value Y, and Checkbox3 with value Z all to write to one field in my table. The table field would therefore read (X Y Z). Thanks.
Back
Top Bottom