Search results

  1. R

    MsgBox to show in the middle of the form

    Hi, I have a Form that is modal and popup, and which opens without the MS Access in the background. It is like a separate window (piece of program) that runs under Windows XP. If I move the Form on my screens (I have dual monitors) I would like that the messages that are triggered by various...
  2. R

    Open MS Access window in a certain position and size

    Hi, I would like to open the MS Access Window in a certain position and size. Somehow similar to open a form when using: - to set the position and size: Private Sub Form_Load() Form.Move Left:=11500, Top:=6500, Width:=7000, Height:=6000 End Sub I would like to open the MS Access Window...
  3. R

    Select query based on a user choice

    Hi, I would like to run a simple select query, where the CRITERIA is based on the user choice. I have a form with a combo box, with a few choices, and a button that will trigger a macro with one query for now. I can store the choice in to a variable e.g. "town", using Microsoft VB code. How can...
  4. R

    Excel imported to Access

    Hi, I have a table in Excel, and when I import the table in Access, some records from a specific field shows #Num! after importing, even before I imported the table, I selected the entire field in Excel and I Formated all cells to text. The specific field hosts records in digit...
  5. R

    Updating records in a table

    Hi, I have a table with many records, and I would like to update for one of the fields, the same information as in the first record. Keep in mind that a group of records have the same attribute. The same problem is easy to solve in EXCEL just by dragging down the info from the above cell - in...
Back
Top Bottom