Search results

  1. H

    Form open on specific monitor?

    Is it possible to dictate which monitor a form opens to on a 2 monitor system?
  2. H

    How do I show a picture on mouse over control button

    Good Morning, I have a control button showing text and I would like to display a picture when I hover over that control button and disappear when I move on to the next control button. As an example I have 3 control buttons with the text "Apple", "Pear" and "Orange". When I hover over the text...
  3. H

    Current Record Report?

    I have a form that I use to enter diecast cars into my database. At the end of the form I have a text box "Label Printed" That shows if a label has been printed for that current record on the form. I am adding a print button to the form and want it to print the report "Box Label Report" for the...
  4. H

    Print Button Question

    I have a text box "Label Printed" on a form for whether or not a label has been printed (yes/no, default is no). I also have a print button "Print Box Label" on that same form. I would like the text box to be updated to "Yes" when I use the print button. Is there some simple code for this action?
  5. H

    PDF / Form Question

    Good afternoon, I have a box on a form that when it gets focus that it opens a corresponding PDF to a specific model with a list of sub models. I would like to be able to have a row of numbers on the bottom of this PDF that when I click one of them it returns that value to the original form and...
  6. H

    How to pull a PDF from a file?

    I have 10 different PDF's located in a file on my computer. How can I pull 1 of these PDF into a form that will open once a text box has focus. As an example I have a box named "display PDF", when this text box has focus I want it to open a form showing that PDF based on a number in an...
  7. H

    Query expression Due Date -2 not counting weekends

    Hello and Thanks for taking a look. I am using the following expression to calculate a completion date for a project which is based on the due date. My problem that I am running into is when I get to a project that is due on a Tuesday, it returns a date for Sunday when it should be Friday. Any...
  8. H

    Multiple Search Question?

    I am running the following event procedure and would like to know if it is possible to return more than one selection. As an example on Private Sub Command90_Click() I would like to return "Y99" & "Y98" & "Y97" So that when the "Yesteryear Quick Search Form Query" opens it will return all models...
  9. H

    Default Value Question

    I have a table for pictures of cars where I am setting up the default value to be "C:/mypictures/cars/buick.jpg" Can I have the default value automatically import the cars ID field & NUMBER field As an example the buick is ID = 123 and the NUMBER is 01A I was thinking of something like...
  10. H

    Reports with Columns????

    I have a table with 25 different cars in it. Each record has a picture associated with it. I would like to ba able to display these pictures in a 5 x 5 grid on a report. When I select (click on that picture) I would like to see a larger version of it. I can only seem to get the 5 x 5 grid with...
  11. H

    Columns in a Form????

    Hi Everyone, I was wondering if its possible to put columns on a form? As an example I have a master table with 25 cars, I want to have a form that displays all 25 pictures (5 across, 5 down). I want to be able to select the image and enlarge it by clicking on it. I know I can set up a...
  12. H

    Forms & Pictures

    What is the best way to store pictures on a form. I have close to 5,000 pictures that I want to store in my database. On the form that I am using I show a main picture, front, left, rear, right, base, & box. I would like the pictures to display as soon as I open the form. Right now I have to...
  13. H

    On Focus Open Form????

    I have a "Master Form" where I enter models onto a table. I also have a text box on that form that (on focus) it opens another form showing all the "regular wheel boxes" that are available for that model. I would like to set this up so that (on focus) it will open the "regular wheel boxes" form...
  14. H

    Records across a form

    Is it possible to set up records so they display across a form and then down as in a 10 by 10 grid? I want to display some pictures but not sure how to accomplish this? Thanks, John
  15. H

    Forms & Images

    Is it possible to design a form that will display multiple images even though they have the same control but are from different records. As an example: I have ten cars that I have a main picture of. I would like to open up a form that will display all tem pictures of the cars and then be...
  16. H

    HELP! I'm locked out

    I have a database form that opens maximized when I open my database. I can enter new records on a sub form, but I set the main form to close when finished. It now won't let me into design view and closes the database. Am I screwed? I can't open any other forms or get into design view to change...
  17. H

    Command Button to Set Field Value

    I have two forms (main form & boxes) when form "boxes" is open I want to be able to press a command button and enter a set value in the "main form" for the Field "box type" on the current open record. Can someone please help solve this small problem?
  18. H

    Control Button or Check Box Question

    First let me give you a little synopsis of what I am trying to accomplish. I am fairly new to VBA code and need some help. I have a form "Cars" that I enter information about my collection into. On that form is a text box for "box type". As I am entering data into my Cars form when I tab to...
Top Bottom