How do I identify the system id for a specific field?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are trying to link AutoDesk Architectural 2006 to an Access mdb table.
When we view the data in the database the information is in the correct sort
order but when the drawing opens it seems to randomise the data. Is there
any way in which we can identify the system ID of the field and link to that
so that the link is set more firmly? Any ideas and help would be
appreciated.
 
emmab said:
We are trying to link AutoDesk Architectural 2006 to an Access mdb
table. When we view the data in the database the information is in
the correct sort order but when the drawing opens it seems to
randomise the data. Is there any way in which we can identify the
system ID of the field and link to that so that the link is set more
firmly? Any ideas and help would be appreciated.

Presumably the table has a field or fields that you could sort on to achieve the
order you want. You need to use the Sorting and Grouping dialog in the Report's
design view to set the sort order of the report on those fields.
 
Back
Top