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 TouchToneTommy 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: work4free
  • Content: Threads
  • Order by date
  1. work4free

    help using SQL Server and Access as a front end - importing forms

    i posted similar questions in the MS Access Forms forum with no help....hopefully someone here can lend some guidance. i have two files: "test" and "master". in the test file i create new forms, queries, etc and if they work properly, i import them into the master file. recently, i created 2...
  2. work4free

    importing forms from one file to another

    i have two files: "test" and "master". in the test file i create new forms, queries, etc and if they work properly, i import them into the master file. recently, i created 2 forms in test - one form list all rooms for all buildings we manage. when the user selects the room in the proper...
  3. work4free

    global variables not global?

    i am using Access as a front end on our MSSQL server. i have 2 files - a test and production. in the test file i have 3 forms and global module. the first two forms (a form and a subform) are used to select which area you would like to go. when you select (click) on the area in the subform, it...
  4. work4free

    mssql and php books

    does anyone know of a good book that incorporates php and mssql. everything i have been able to find shows mysql but nothing with mssql.
  5. work4free

    using mssql and php....scope_identity()

    I have an online form people fill out and their info is put into our database. I have two tables - tblPerson and tblInfo. The primary key from tblPerson is a foreign key in tblInfo. The way it is setup now is: Query1 = Insert into tblPerson (fname, lname, phone) values ('fname', 'lname'...
  6. work4free

    Should I use a subselect?

    I have an online form people fill out and their info is put into our database. I have two tables - tblPerson and tblInfo. The primary key from tblPerson is a foreign key in tblInfo. The way it is setup now is: Query1 = Insert into tblPerson (fname, lname, phone) values ('fname', 'lname'...
  7. work4free

    Header HTTP_REFERER not working

    I have a header to check where the individual is coming from before they proceed. <?php if($_SERVER['HTTP_REFERER'] != "http://www.mysite.com/Question_1.php" && $_SERVER['HTTP_REFERER'] != "http://www.mysite.com/Question_2_correct.html"){ header("Location: http://www.mysite.com/404.html"); }...
  8. work4free

    dynamic post in form

    i was wondering how to create a dynamic post action in a form using php. i have several radio buttons on this form with values from A to H. if the user selects A, they should be directed to page2.php, however any other option should take them to more.php. i have done an "if/else" like this...

Part and Inventory Search

Back
Top