Search results

  1. R

    Tab Control Background Color

    could someone tell me how to get rid of the Grey around the sides of this Tab Control? I set the background of the Form to White...but the sides of the Tab Control are the original color..how can I make them white so it blends in with the Background? Thanks, Rod
  2. R

    Security Question

    I just used the Security Wizard to add user level security to a database I created. the Problem I have is that I can only open the Database if it is located in the location it was when I created the Security. Could someone tel me what I have to do so i can move the Database to another location?
  3. R

    My Problem

    I have 2 list boxes that each contain the total of a query. I have another Text Box that is set to = List1/list2 Inorder for the Calculation to work in the text box I have to actually click on the two List boxes to select their values. I have tried using this code to to automatically sellect...
  4. R

    Sending a Report and/or Record Via Email

    Anybody know of some code that could be used to send a report Via E-mail. without using Outlook. just via an smtp server. I have a little Task database and we would like to be able to Email a task to the person it is assigned to by just clicking one button and that is it.
  5. R

    Background color?????

    could somebody tell me why when I make the Background of a form a different color from the default.....when I view it the the bottom and right sides are not the new color?? eg.
  6. R

    Using a List box to goto a record

    I have a form that I am using a list box to goto a record. in the List box I am selecting the Serial number of an item to go to a repair record for that item. the Problem I have is if that Serial number is in the table more then once. It only goes to the first record. The Primary key is a...
  7. R

    Listbox values

    How would I make it so that a List box defaults to the first value available in its list? I need to be able to make a Calculation based on the value in the listbox...but by default no value is selected. So my calculation does not work until the value is selected.
  8. R

    Cant open any more tables....

    I am getting this error on a Database that I am creating. I have found that it has to do with the Jet Database. It seems to be happening because of one form that I am working on. In this form I have about 40 List Boxs that display Information I have a combo box that after updating changes...
  9. R

    carry forward entries?

    I am a novice at Access but I am learning quickly. I have a form and I would like the Default value of a control to be the Previous value that was entered. eg. I have 2 text boxes A and B A is to enter customer name. B is to Enter serial#. I have a bunch of serial numbers I need to enter. I...
Back
Top Bottom