Search results

  1. R

    Field names as variables

    Actually I guess my code works. There was a problem with the tables and after I did a compact and repair things are being added to the table now.
  2. R

    Field names as variables

    I am trying to import and XML file into an existing Access table. The table has around 60+ fields, and the XML node name is equal to the field name. What I want to do is write a generic routine that will use the node name as the field name so that I don't need to deal with each field...
  3. R

    TextBox not allowing data entry

    Thanks for the quick response. I had the form set to not allow edits.
  4. R

    TextBox not allowing data entry

    I am creating a new form to act as a search screen. I have placed an unbound textbox on the formheader to allow the user to enter in what information they are searching for. I want to then parse the information and depending on what the data is I will perform a search on different fields. The...
Back
Top Bottom