Using universal connector is there an "easy" way to get the filed descriptions into a row so that I can use it .
Example table has no primary key and 30 fields is there a jet functionality that would bring back something similar to
A B C
code name amount
so that I can create jet formula using that row ?
I know I can type them in but with some of the tables I deal with having 50 or 60 fields …
Thanks
Van
Date
Votes
2 comments
-
Jet Reports Historic Posts There may be an easier way, but what I've done in the past is to use the Report Wizard and selected all of the fields in the table. I then skip all the rest of the questions and finish the report. Once it's done writing the report, you have all of the field names in a row across the top of your worksheet. You can then throw away (delete) the rest of the report and now you have a row of fieldnames that you can use in your report.
-
Jet Reports Historic Posts That should do the trick
Thanks
Van hitting self on head for not thinking of it <G>
Please sign in to leave a comment.