Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: oompa
  • Order by date
  1. oompa

    Need help with CFOUTPUTing into a table...

    Thank you very much. That gives me a nice little calendar table. Now, would it be too much to ask you how i can get my events which are stored in an Access Db to appear in the calendar under the proper date in a one to many relationship(one day may have many events)? I am trying to stretch my...
  2. oompa

    Need help with CFOUTPUTing into a table...

    I am outputing the results of a query-- <cfquery datasource=&quot;578.fbi&quot; name=&quot;events&quot;> SELECT eventID, day, month, year, title, body FROM event WHERE month = #CurrentMonth# AND year = #CurrentYear# ORDER BY day ASC </cfquery> into a table-- <table border=1> <tr>...

Part and Inventory Search

Back
Top