RE: Help w/ query display...

2000-07-21 Thread Anthony Geoghegan
|However doing this: |CHECKED>#runway# | |Does not work. even though there are 2 runway Id's that are |pulled from the |runwaydetail query it only brings back one |in this output. Either way it doesnt check any boxes at all. |Yet throws no |errors either. Hi Kelly, Am I correct in thinking th

Re: Help w/ query display...

2000-07-20 Thread Matt Taylor
AS far as HTML is concerned the syntax for a CHECKED radio button or check box is; you have your 'checked' argument outside the tag...maybe a typo though. -Matt > Ok I run these 2 queries: > > SELECT * > FROM Runways > > > SELECT * > FROM Runway_Detail > WHERE O_Report_Num = #qgetop

RE: Help w/ query display...

2000-07-20 Thread Kelly Matthews
Original Message- > From: Kelly Matthews [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, July 20, 2000 2:01 PM > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Subject: RE: Help w/ query display... > > ok thats the thing i didnt know how to do it was only looking at the

RE: Help w/ query display...

2000-07-20 Thread Kelly Matthews
> Kelly Matthews > Internet Development Coordinator > AAAE > 703.578.2509 > [EMAIL PROTECTED] > http://www.airportnet.org > --- > > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent

Help w/ query display...

2000-07-20 Thread Kelly Matthews
Ok I run these 2 queries: SELECT * FROM Runways SELECT * FROM Runway_Detail WHERE O_Report_Num = #qgetops.O_Report_Num# The first just pulls all the runways. The 2nd pulls any runways that were affected. the Runway_ID is the field that is associated in both tables. In the output I have all th