Search results

  1. C

    Pause Powerpoint to show Desktop weather

    I am running a powerpoint show on a TV in our cafeteria that shows news and other company information. I need a way to pause the show and minimize to show desktop weahter for 2 minutes then resume the powerpoint. Any ideas???? :confused:
  2. C

    Referencing a report

    Is there anyway to reference a calculated field from one report onto another. I need to create a summary report from several other reports and don't want to use subforms becuase it slows the report way down. I was just wondering if there was another way.
  3. C

    Export snapshot of report to excel workbook multiple sheets

    Here's my problem. I run a database every monday that has several (more than 15) reports as the outcome. Due to the massive amount of information we can't build the data up every week. We need to overwrite the tables and recreate the "Reports" every week. The department I am creating this...
  4. C

    Query Field Criteria

    I am not sure how to search for this so if there is another thread with this example please direct me in that direction. What I am trying to accomplish in my query is the following: I am bringing data in from another source in the following table ID Date1 Date 2 I want a query to do...
  5. C

    80010108 client disconnected - URGENT

    We are having problems with a database created. the error we get is Run-Time error '-2147417848(80010108)': Method 'FindFirst' of object 'Recordset' failed We can succesfully enter in one record on a subform but when trying to enter the second we always come up with this error. if we end the...
  6. C

    Field Can not be Updated

    I have a form based on a query I built that calculates time worked. you select the worker in a combo box which I created from a query that lists all active employees and their clock no. with clock no being the bound column. The drop down shows the workers last name, first name. When I choose...
  7. C

    Time after 10:00PM bump to next day as date

    I am trying to set the default in a feild to either be today's date if it is before 10:00pm but if it is after 10 PM i want ti to bump to the next day. I used this but I am getting an expression error. Any help? = IIf ( Time()> 22:00:00 , DateAdd ("d", 1, Date()) , Date())
  8. C

    Need help with List box Selection

    I am new to Access(and self taught) so bear this in mind when you view my DB. (Any suggestions are appreciated)I am using Access 2003. I have included a sample DB. What I need this to do is when you use the Fill Selection Form You can choose mulitple selection in the list box. When you click...
  9. C

    Mulitple List box selection pushed to datasheet to add other info

    I am trying to make a user friendly form where the user can select mulitple items from a list box and then from that selection this info is listed in another table (Form) where they can add additional info. For example, List box lists Products to be made (1,2,3,4) If I choose item 3 and 4 i...
  10. C

    Auto Exit after idle time

    I am looking for a way to make my DB exit after a certain amount of idle time. Can anyone help? Thanks,
Back
Top Bottom