Need something similar to smart tags but using Access 2000.

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

Guest

I need to add smart tags to my database but am working from Access 2000 which
dosen't have the smart tag function. Is there another way of programming
something similar?
 
It depends just what you want to achieve. Roughly speaking all the smart
tag system does is maintain a list of regular expressions (e.g.
contacts' names, city names, ticker codes, patterns that match postal
codes) and match your text against the list. If it finds a match, it
works out what options are relevant and offers them to the user. The
lists may be stored in local tables, registry entries, etc. or assembled
from remote data sources, and many of the options involve building and
executing queries against a local or external data source.

In other words a lot of it is ordinary advanced database programming
(perhaps with some web services thrown in, e.g. querying a national
postal database for the address associated with a particular postal
code). It's quite possible, therefore, to provide a useful subset of
smart tag functionality. What would be difficult, perhaps prohibitively
difficult, would be to program the wiggly pink underlines, so you'd have
to work out a different user interface.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Smart Tags/ Mouse Overs 2
Problem with Smart Tag 1
Smart Tag Recognizers 1
Smart Tags for Acronyms 1
Smart Tags 1
How to add smart tags 3
Smart Tags in PowerPoint 2007 1
Secondary Tag 2

Back
Top