Search results

  1. H

    Importing only first field?

    Hi folks, I have an import button on a form that pulls data from a fixed width file into a database. When I click the button, it imports only the first field from the fixed width file into every field of the database instead of importing all the data. Example, if the first field in the fw file...
  2. H

    Method or data member not found

    Hi kids. I've been staring at this for 2 days trying to figure out why I get the "Method or data member not found" error. I think it's time to let you guys look at it. I'm sure it's something dumb that I can't see for the trees. Private Sub Command901_Click() Dim CLAIM_NUMBER, SURNAME...
  3. H

    Updating record makes a copy of record?

    I have a form with a drop down box that populates when you select one of the values from the drop down. I would like users to be able to select an account from the drop down, edit the associated name info, click "Update" and have that record updated. Currently it does update the record, but...
  4. H

    Export to text file with header

    Howdy. I am new to this so need some help figuring out how to export a table via command button into a fixed width text file. It will need a header inserted as the first line. The table has five fields, "record_type", "claim_number", "lname", "fname", "birthday", and "gender". The header file...
Top Bottom