Recent content by Burg71

  1. B

    Navigating a Tabbed Form

    Walked around at the internet and found something at Microsoft: An example: Private Sub cmdSearch_LostFocus() Me![frmSub].Form!txtcar.SetFocus End Sub With this code after tabbing around at the form, the next tab wil direct you to the subform of the form and also directly to the first...
  2. B

    Importing new records into existing database

    try to describe it, suggesting you know how to make a query in Access -start a new query -put in both table1 and table2 -select all fields from table2 to be put in table1 -make it an append query -join table2 to table1 on unique fields (mostly 1 or 2 fields) -make the join 1 to more (meaning...
  3. B

    Importing new records into existing database

    Use an append query and verify in the query if the record in table 2 already exist in table 1 by joining the tables on unique fields in the query and filtering the new records
  4. B

    Hello from holland

    Hello to all, As the title already explains I am working in the Dutch country. my background for becoming a member of the Access World Forums is that I am a financial contractor, working with Access and (sometimes) Excel VBA. I work in Access 2003/2007/2010/2013. Sometimes makes it...
Back
Top Bottom