Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vestigo

    Complex Date-grouping problem

    Hey guys, thanks for your help. Here's what I'm trying to do... I have people who are booking various hotel rooms for a period of time. I need to create a report that shows how many rooms are booked for each day of the year. As an example: - Mr. X has booked a room in Hotel 1 from March 3rd...
  2. vestigo

    How to forward just the subject of an email to my cell?

    Hey, I have a rule set up to forward my boss' emails to my cell. The problem, though, is it send all the header crap and it usually ends up being 2-3 pages of cell phone text just to read 4 words in the email. What a pain in the a.. Anyway, I'm trying to figure out a way to just filter the...
  3. vestigo

    How to check if a record is currently locked (being edited)

    That worked perfectly, PH! Thanks for the help!
  4. vestigo

    How to check if a record is currently locked (being edited)

    whoops. just saw your response, PHV. Hmmm... I saw the RecordSet property in the VBA help file, but wasn't sure if I could reference a DAO object while using a pre-built query... To be honest, I'm still pretty vague on the whole DAO, ADO etc thing. I really just kind of work with what I need to...
  5. vestigo

    How to check if a record is currently locked (being edited)

    As an update, I am currently experimenting with using error handling to achieve this... ie: on error... etc etc... if error = yadda yadda... docmd.gotorecord, , , acnext... Not sure if it'll work, but just something to try until something more concrete comes along...
  6. vestigo

    How to check if a record is currently locked (being edited)

    Hi there, I did a search and found thread702-1038368, but it is archived... I've also gone through about 20 other threads all having to do with record locking, etc... Here's what I'm trying to do: I have a form, in a multi-user Access DB, that runs on top of a pre-built query. The form's...
  7. vestigo

    Hiding page headers on the fly

    Awesome! Thanks for you help, LB, this worked perfectly!
  8. vestigo

    Hiding page headers on the fly

    Report Details: I have a graph in the Report Footer section of my report. I have column headings in the Page Header section. Problem: If there is not enough room on the last page of the report, the graph forces itself onto a new page. This is understandable, and is not what I am concerned...

Part and Inventory Search

Back
Top