Search results

  1. N

    Search between dates - Type mismatch??

    Was hoping someone could help with this. I'm trying to search between two Issue dates in a form using Where = Where & " AND [DOI] BETWEEN #" + Me![IDStart] + "# AND #" & Me![IDEnd] & "#" This is converted into a query (QueryDEF): Set QD = db.CreateQueryDef("Dynamic_Query", "Select * from...
  2. N

    create word template & return filename?

    Hi I've created a form that will create a word doc (based on a template) with all the record info required (thanks to an attachment in a previous posting). I have also been able to open up the SaveAs dialog box following this event. Now, upon saving the word document I want to return the...
  3. N

    1 Calendar form - many functions

    I've set up a search form that has text boxes to enter start and end dates. As there are a couple of date fields, there are 4 of these. What I really want is to be able to enter these dates using an ActiveX calendar 8.0 in a seperate form. This would be opened by a little button to the side of...
  4. N

    Cascading combos - sorry!

    I've searched the forum but couldn't find an answer to this one I've created four cascading combos that are working fine. These use records from table (A) as a type of list in order to send users in the right direction on the form. Is it possible to record the data chosen in the combos in a...
Back
Top Bottom