Search results

  1. N

    Solved Copy filtered records to a temporary table

    Good morning, I have a main form with a subform. The subform is a continuous form which is filtered from the main form. I then use the inbuilt Access Filters (right click in the text box) to narrow down the records shown in the subform. Once the records are filtered down I would like to copy...
  2. N

    Need help with code for 2nd click in a Combobox

    I have a continuous form with a combo box where the row source is a query. I have added the following code so that when I click in the combobox the all of the text is selected so that I can use MajP's FAYT. Private Sub cbVarietyID_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As...
  3. N

    Need form to open top left

    I will be using a smaller monitor for a while and have one large form which I need to open so that the top left of the form is in view. Currently it opens top centre. I have tried Me.Move 0, 0 and DoCmd.MoveSize 0, 0 in the form load and open but they don't make any difference. I am not using...
  4. N

    How do I delete embedded Word document?

    I have a report which has a Word document embedded as an Unbound Object Frame. I no longer need this in the report, if I delete the Unbound Object Frame from the report does it also delete the Word document? Thank you
  5. N

    Is it possible to suppress the "Now outputting" message box when creating PDF

    I am using DoCmd.OutputTo acOutputReport, "rptMainNPlanHeader", "PDF Format (*.pdf)",... to create PDFs, is there any way to suppress the "Now outputting" message box that flashes on the screen?
  6. N

    Hello

    Good morning Access World, I am new to the forum, UK based and self taught in Access as I needed to build a database for my work. I think I am quite proficient until I look at some of the treads on here and then I realise I know very little. I look forward to being a member of this forum and...
Top Bottom