Search results

  1. B

    How to Create new records based on old records...

    Hi All, I am slightly new to VB and I am having difficulty on creating a duplicate record and adding as a new record on same table. Here is what i'm looking for as I cannot wrap my head around how to do this. I have a database with a dozen tables (ie. tblPage1, tblPage2, tblPage3, ...
  2. B

    Access not showing all records in table...

    Hi, I have a little issue that I cannot figure out! I have an application with a MS Access front end/back end. The problem is on a particular form frmEmployeeSpecificJob it only displayed 6 employee names in txtname field. There are in fact 12+ records in employees table...and this txtname...
  3. B

    Using Access Forms, populating all records in textbox...

    Hi, I am wondering if someone wouldn't mind taking a look at this code. I'm new to Access and VB and I cannot seem to populate my txtboxes with my table data. It only seems to load 1 record, when I click next, nothing happens. Please note: lblmax.Caption = myRecordSet.MaxRecords pulls back...
Back
Top Bottom