Search results

  1. LBitner99

    Using reports to total time

    I have a table that records specific "timestamps" of when a certain product reaches specified points in production. i have generated a report that can calculate the total time lets say "BoB" spent on a specific serial #. the issue is that if bob looks a serial # in "assembly" at 12:48 and then...
  2. LBitner99

    Mouse Wheel Woes

    i really hope someone answers this time, All i want to know is how to pass a numerical value of whether the mousewheel is moved up or down to a variable that i can put through an If/Then statement... i dont care what the value is, just that its different if you wheel up v.s. down.
  3. LBitner99

    Outlook Routing Slip

    I am trying to automate an email send in my database and i have just about everything figured out except one detail. I am trying to send the email as a routing slip. which can be done by opening your new email, clicking on file, then on sendto, then on Routing Recipient. i can get my code to...
  4. LBitner99

    using access to update powerpoint slides

    OK here's my dillema, How can i have a series of graphs on separate powerpoint slides that can update from its reference data, which is kept in a series of tables/queries in access?
  5. LBitner99

    testing Combo Box Values to Table

    Ok here's the situation, I have 2 combo boxes and a text box. Combo1 sets the list of values for Combo2. Combo2 either allows you to 1.) select a value from the list. or 2.) enter a value yourself. textbox is supposed to update from a different source if you enter something in yourself rather...
  6. LBitner99

    adding tables to a split Database

    Im trying to add 2 new tables to a split and linked database... but no matter which side i add the table to (BE or FE), it wont show up in the linked table manager.. so my question is 1.) is there some trick to getting it to show up in the link manager? or 2.) is there some way to re-merge the...
  7. LBitner99

    Access Security and Domain Login's

    All, I tried my damnedest to find something about this elsewhere in the forums but drew a blank.. so i figured I'd see what asking the question direct yeilds. I would like to initiate workgroup level security to my database. but have no password required because i want to tie it to...
  8. LBitner99

    Copying records using VBA

    ok here's the deal, I have a form in which a record is entered. on this form, between 1 and 7 employee numbers could be entered. if a specific checkbox is marked, then i need it to copy and paste the record as many times as there are employee's listed. each employee is...
  9. LBitner99

    GIF89.DLL and multiple users

    Does anyone have a good idea how to either 1.) add this library to the database file itself or 2.) automate a process to get it registered on multiple computers without having to goto each station individually? I have added animated gifs to my database but as you can imagine if i want my users...
  10. LBitner99

    A slightly different Mouse Wheel problem

    Howdy all, I couldnt seem to find this anywhere else so i hope someone can help me. I know there are lots of ways to get the mouse wheel disabled in access.. I've used the code in several other databases.. but what i need is to change the behavior.. I need the mousewheel...
Back
Top Bottom