Question : Open another form based on selected record in a continuous form

Hi experts, here is my problem:

I have a continuous form F1 whose source is based on a query Q1. This query Q1 is a SELECT query based on another query Q2. Q2 is a UNION query that combine records from two tables T1 and T2, and Q2 involves some calculated fields. What I want is to have a checkbox or a command button beside each record. If I check/click on it, another form F2 or F3 is opened. F2 would be a form with T1 as its record source and similarly F3 is based on T2. And when F2 is opened, it shows the record that the checkbox/command button refers to.

Hope I explained well...

Answer : Open another form based on selected record in a continuous form


read this one:http://www.regular-expressions.info/characters.html#qe

"Escaping a single metacharacter with a backslash works in all regular expression flavors. Many flavors also support the \Q...\E escape sequence. All the characters between the \Q and the \E are interpreted as literal characters. E.g. \Q*\d+*\E matches the literal text *\d+*. The \E may be omitted at the end of the regex, so \Q*\d+* is the same as \Q*\d+*\E. "


regards.
Random Solutions  
 
programming4us programming4us