I am trying to set up a link from one database to a
field in another database using EZDB (Ver 3.0).
I have tried 3 different ways, following the
documentation and although I get close, I am still
unable to bring up a specific record. Here are the
examples:
(#1):
<a
href="ezdb.cgi?Track+search+display+_track&default">_track</a>
(#2)
<a href="ezdb.cgi?%%track~Track:_track">_track</a>
(#3)
<form method="post&quot;" action="_context_"
name="ezform"> <input
type="submit"
name="%%Track:track~Track:track+%%op==^,Yes,5,No,No,No&quot;value=&quot;_track&quot;"></form>
While I know I am probably missing something basic, I
cannot seem to link to the desired record.
I am trying to link a displayed information (track) on
a report from the datatbase /my_db/racestats.txt to
stored information on that specific track located in
the database /my_db/track.txt (Alias Track) .
Any help or direction would be GREATLY appreciaited!