2 quick (hopefully) problems

  • Thread starter Thread starter Paul Reinholz
  • Start date Start date
P

Paul Reinholz

Hi!!
Problem #1 - I want to add a table of links to a report.
I'm not sure how to go about adding hyperlinks to the
report. Will it work the same as in a query??

Problem #2 - I want to reset the autonumber to the
proper "next" value. I have added and deleted records
while testing my DB, however when I try to compact and
repair, it doesn't reset the autonumber. Any suggestions??
 
-----Original Message-----
Hi!!
Problem #1 - I want to add a table of links to a report.
I'm not sure how to go about adding hyperlinks to the
report. Will it work the same as in a query??

Problem #2 - I want to reset the autonumber to the
proper "next" value. I have added and deleted records
while testing my DB, however when I try to compact and
repair, it doesn't reset the autonumber. Any suggestions??
.

Problem 2
Delete the autonumber field from the table, save it, then
add it back in. New numbers will automatically generate
for every record.
 
Back
Top