Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Plumes
  • Content: Threads
  • Order by date
  1. Plumes

    Export to Excel Overwrite

    Hi All, I'm exporting a query from my db to "sheet1" in spreadsheet "test1.xls". This works fine except that I need it to overwrite the data in "sheet1" if it exists, what actually happens is it creates a new sheet ie "sheet11". According to other post this code should overwrite?! I need it...
  2. Plumes

    Converted to MDE and can't find tables.

    Hi All, I have converted the front end and back end of my database to MDE files. I have a some code that relinks the tables if the link is broken but since I have convert to MDE the error "Table 'tab_StateMSAccess' was not found in database.". I do have a table tab_State. Any suggestions...
  3. Plumes

    Newbie. Password exchange between front and back end.

    Hi All I am currently using some code from a thread I found on here to on open check the links between the front end (forms etc.) and the back end (tables). If it can't find the links it asks the user to find the back end. This works fine. I need to password the back end of the db, but...
  4. Plumes

    Next and Previous buttons for a sub form.

    Hi All I have a main form with a subform within it and I want to add next and previous buttons on the footer of the main form to cycle thought the records in the sub form. Does anyone know the code or how? I tried this but no success Private Sub cmd_Previous_Record_Click() On Error GoTo...
  5. Plumes

    Relinking front end to back. Newbie

    Hi All I'm new to the VB side of Access so I have some code off the net to relink the front end of a db to the back. The problen I'm having is that wherever database is a variable: eg Dim dbCurr As Database it returns the error "user-defined type not defined". Am I supposed to...
  6. Plumes

    Problem with report based on parameter query.

    Hi I have a form and report based on a parameter query "qry_CRF". When I run the query a dialog box pops up asking "Which Client?" and the same happens when I open the form or report. I have a cmd button "cmd_Print_Report" on the form to print the report but when...
  7. Plumes

    Auto lookup query for data entry. (Newbie)

    Hi I have a query I'm using for data entry to a table[tab_Activity] which has a field called Client_Contact. Client_Contact is a list from [tab_Client_Contacts]. When a client contact is selected data fills into some of the other fields, one of which is Client. This works great but what...
  8. Plumes

    Main/Sub forms and queries. I feel I'm missing something!

    Hi All First I must thank Blorf for pervious help. I am relatively new to the world of access and am currently building a database which has several main forms with subforms for data searches. I have been using combo and text boxes in the main forms and linking them to the criteria in the...
  9. Plumes

    How do I create a effective form to search a subform/query

    Hi All I'm having trouble creating a suitable form to search the data in a query. I have created a form with a subform within it and have created controls in the main form, mainly combo boxes, for all the fields in the sub form and attached a macro to requery when a control in the main form is...

Part and Inventory Search

Back
Top