Search results

  1. A

    When going to next record with Images - i get an error

    I have a database that displays images. If I do not wait for them all to paint (Show up) and click on the next record, I do not really get an error but what I do get is the Status Bar stuck in the screen and it always stays on top of everything. I attached a JPG image of what I am talking about...
  2. A

    8 Querry inside 1 - Can i Simplify?

    I have a table with the following fields: Record_No <--- This is an autonumber field Est_COE --Date Field Type DATE_DOCR DATE_Followup Progress I then have used multiple querries that just count records based off of Status: Example of one of the querry's: SELECT Count(borrower.Record_Number)...
  3. A

    Querry Using Multiple options on a form

    Sorry if this one has been answered but I had no clue how to even search... I have a querry that I would like to reference a form to gather the criteria... (EASY - I can do that with No Problems) but what I have is 1 FIELD in my database which has only 5 options that can be entered by the user...
  4. A

    Im Loop'd - pls Help

    I attempted to get this done myself and I do not really understand looping and checking record sets to ensure there is a value. SO, I am asking the guru's to take a look at this project and see I am even worthy of being helped. I tried using a loop sendobject email out but it is not working. It...
  5. A

    SendObject on Timer Function

    I have a followup table that has 6 fields in it. [MEMO], [CLIENT], [DATE_TO_FOLLOWUP], [TIME_TO_FOLLOWUP], [EMAIL_WHO],[FOLLOWUP_COMPLETE]. I want a Form using the On Timer function to look at a query that runs every minute to check if there is anything to followup with by looking at the...
Back
Top Bottom