Search results

  1. C

    Run time error

    I'm trying to add a graph to a data access page useing the graph wizard but I get an error "Run-time error '424' Object required". Does anyone know what I'm doing wrong? THanks
  2. C

    find record and set active

    Maybe someone can help me with this. I'm trying to do a search on a continuos form that will set the record Im searching for to active. I tried to use docmd.Findrecord but I couldn't get it to work, any Ideas. I attached an example. thanks
  3. C

    Update query

    How can I make an update query to fill a new table with monday dates for the whole year? Thanks
  4. C

    OutputTo question

    Is there a way to set up the OutputTo macro to apend the date on to the file name? Thanks
  5. C

    query question

    How can I write a query that will show all records entered between a 24 hour piriod of 7am to 7am? Thanks
  6. C

    Wildcard in table?

    Hello how can I make a query to search a table with wildcards in the table. example table: jobA* jobB* searches: jobA11 would return jobA* jobA22 would return jobA* jobB11 would return jobB* . . Thanks Im kinda new to this so any help is appreciated.
Top Bottom