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 Shaun E 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: *

  1. MIGhunter

    Editing based on Users

    I have a system that allows people to enter some info. How can I make it so that they can only edit their info? I have a system for logging in to certain pages. I just can't seem to figure out how to make the check so that users can only edit or delete the post if they entered it or if the...
  2. MIGhunter

    Access 1/0 conversion to yes/no

    Well, a typical CF page accesses the database with: <cfset CurrentPage=GetFileFromPath(GetTemplatePath())> <cfparam name="PageNum_DynamisMembers" default="1"> <cfquery name="DynamisMembers" datasource="DynamisPoints"> SELECT * FROM DynamisPoints ORDER BY Job ASC</cfquery>
  3. MIGhunter

    Access 1/0 conversion to yes/no

    Usually I just make a .mdb file. I am not sure if Coldfusion will use a query.
  4. MIGhunter

    Access 1/0 conversion to yes/no

    hmm, can you dumb it down a few notches. I really don't know that much about Access other than normal data input. Exactly where do I put that expression and do I need to alter it so that actually works?
  5. MIGhunter

    Access 1/0 conversion to yes/no

    I use Access as my Database for a Coldfusion page. I want to use the yes/no tickbox function for somplicity. However, I want the output display to be yes/no for my viewers. How can I do this. I tried doing a search and the only solution I can find is from a pay site. Can someone help me out...

Part and Inventory Search

Back
Top