Recent content by LBitner99

  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

    but thats not quite what i want.. i dont care if the mouse moves up or down... what i need to know is if the mouse WHEEL is scrolled up or down.
  3. 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.
  4. LBitner99

    Outlook Routing Slip

    soooo.... ok this is the 3rd thread ive created that nobody answers to.... is it that tough to do?
  5. 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...
  6. 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?
  7. LBitner99

    testing Combo Box Values to Table

    Nevermind all, Apparently the code i tried 6 hours ago, seems to be mysteriously working now: If [Name of task Performed].Value = [Name of task Performed].Column(0) Then Forms!frmInput!AQL.Value = [Name of task Performed].Column(1) Else Forms!frmInput!AQL.Value = [Assessment...
  8. 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...
  9. LBitner99

    adding tables to a split Database

    i think ive been through that but ill give it a shot just incase
  10. 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...
  11. LBitner99

    Access Security and Domain Login's

    ok here's how it is: I know for a fact that here at my office there was once a database that was tied to your windows login name. depending on the windows login name (and i would then assume what local security group you were tied to) you were allowed specific security access to the database...
  12. 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...
  13. 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...
  14. LBitner99

    GIF89.DLL and multiple users

    well regardless of the fact that i seem to try to do things the hardest way possible.. i really must thank you for the anim advice.. it works great!
  15. LBitner99

    GIF89.DLL and multiple users

    Good idea... I've noticed you seem to have a knack for not really answering my question as much as offering a different solution to the same overall problem i proposed. thank you much either way! :D
Back
Top Bottom