Urgent! :'(

  • Thread starter Thread starter futurevisions
  • Start date Start date
F

futurevisions

I desperately need help with this ASAP!

I need several lines of info in a table, then a hyperlink in one cel
on every row that points to another table, and filters out fo
information that only applies to that particular row.

If this doesn't make sense, sorry!

Sounds easy, but I'm stumped :'
 
Futurevisions,

One of the principles that applies to your situation, is that tables are
for background storage of information, and are not normally seen in the
course of database usage.

Make a form based on the first table, and make a form based on the
second table. And then use an event on the firest form, for example the
Click event of a command button, or the DblClick event of a data control
on the form, to open the second form, based on the value in the field
that defines the relationship between the two tables.
 
Back
Top