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

    When I connected the two programs tables I ended up with duplicate tables. Is there a way to transfer only the data to the new access program?
  4. K

    Connecting front and back end

    I can bring all the data together under a single back end as the new program has only two entries. How would I go about doing this?
  5. K

    Connecting front and back end

    When I selected all it only pulled up one table so I individually clicked on each table and chose the back end each time but it still did not link.
  6. 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...
  7. K

    Return without GoSub error

    The macro was probably created using the wizard. I don't believe that anything was added or removed. I can try to recreate the macro again.
  8. K

    Return without GoSub error

    I get the error after I select the name in the drop down.
  9. K

    Return without GoSub error

    Actually, it looks like it is a macro. Attached is the error that appears. Thank you for your help.
  10. 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:
  11. K

    Binding a form to a saved table

    Too funny....Glad you are all awake, wherever you are and whatever day and time it is!
  12. K

    Binding a form to a saved table

    Thank you thank you....missed your instructions on #15! I fixed three other forms also! Great job, I've been struggling for awhile with this problem....you guys are great!!!
  13. K

    Binding a form to a saved table

    back to the original question....how do you bind a form?
  14. K

    Binding a form to a saved table

    When I use Set rs = Me.RecordsetClone I get Runtime error 7951: invalid reference to the recordset property
  15. K

    Binding a form to a saved table

    Run time error 91: object variable or With block variable not set
  16. K

    Binding a form to a saved table

    I have a drop down: Choose a person which should bring up the chosen person in text boxes lname and fname...but the text boxes contain #Name? instead of the name. Once the names come up I have a choose a date to look at button that will bring up a report for that person on the date chosen...
  17. K

    Binding a form to a saved table

    I put in the DAO reference set and now I am back to the original error Set rs = Me.Recordset.Clone I removed Dim rs As Object
  18. K

    Binding a form to a saved table

    I tried to use the wizard to remake the combo box to find a record and I was missing the third option....FInd a record on my form based on the value I selected in my combo box. I apparently need to bind the form to a saved Table or Query in order to be able to select the third option....not...
  19. K

    Binding a form to a saved table

    The original Access program was written in Access 2003, now using 2007. Not sure about the DAO reference set.
  20. K

    Binding a form to a saved table

    I put the . back and changed the rs as suggested, new error: User error: user-defined type not defined
Back
Top Bottom