Recent content by ljbrewer

  1. L

    Use Macro to export table to csv

    The data type of the field is Text just like the others. The value for the field, "dev.racf", is being typed in by the user. That is why I am so confused if it was actually being imported from the mainframe it would make sense for it to be in Hexidecimal. Thank you for your notes though...
  2. L

    Use Macro to export table to csv

    I have a table with 5 fields in it, all text. When I export it manually the output is fine: Accountid ApplicationN FirstName LastName Name sm891 dev.racf 259 When I use a macro the second field is filled some type of numbers...
  3. L

    Update query returns the Primary key

    I have been trying to create an update query that pulls data from a second table to update the first table. The first Table that has data in one field that I want to use to update a different field in the same table. The value to update it with is stored in Second table. In my query I linked the...
Back
Top Bottom