Search results

  1. K

    Report previews not formatted on Windows 8

    Report preview no longer formatted on Windows 8. Report prints correctly but when viewed as a report it is 1" x 1" in the left hand corner of the screen instead of filling up the page. :banghead:
  2. K

    Combining two backends

    How do I bring the data in the tables from one access database into another access database so I can link one back end with current data to a new front end?
  3. K

    Connecting front and back end

    I have 10 accounts using the same access program, except they have different data in their tables. I have made several changes to the queries, forms and reports in one of the access programs. I would like to split the databases and reconnect the front end with the changes to the tables in the 10...
  4. K

    Return without GoSub error

    I am getting this new error when I open the drop down for names. Any suggestions. I checked on other forums and was unable to find the solution. Thanks in advance...:confused:
  5. K

    Binding a form to a saved table

    I am trying to use a combo box to find a record but I keep getting the Set rs = Me.Recordset.Clone highlighted in yellow as an error. Private Sub Combo8_AfterUpdate() ' Find the record that matches the control. Dim rs As Object Set rs = Me.Recordset.Clone rs.FindFirst...
Back
Top Bottom