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 Wanet Telecoms Ltd 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: sallieann
  • Content: Threads
  • Order by date
  1. sallieann

    Javascript Form Validation - Needs to Ignore Zero!!

    I am using Javascript to validate the quantity added to a shopping cart written in PHP. The cart sells pipes which come in different pack amounts and different lengths. The quantity is added to the cart as a zero, the user then changes the quantity and this is validated to make sure it is a...
  2. sallieann

    Pass an Array in hidden fields through form post

    Can anybody help – I’ve been going over this problem for days and can’t find a solution! I am trying to pass the values from one page to another in hidden values. All of my values are being echoed properly on the second page except those that are in the array. The values in the array are just...
  3. sallieann

    Populate & update a drop down list box (PHP / MYSQL)

    I have looked how to do this everywhere but can't find an answer. Can anybody help?! I have two mysql tables - store_customer & store_company. Each customer can belong to only one company, and there can be many companies. They are related via a unique company_id. When a customers details...
  4. sallieann

    Cannot destroy php session variable

    I am trying to destroy a session variable in php from logout.php using the following commands session_unregister("valid_user"); session_unset(); session_destroy(); I have set the session on login.php with the following session_start(); $valid_user = $email...
  5. sallieann

    ODBC Connection Failed - Error Message #1130

    This is the first time I have used an ODBC connection and I'd be grateful for any help. I am trying to connect an Access database on a Windows 2000 machine to a MySQL database on a Linux server. I have downloaded and installed ODBC 3.51 on the Windows machine, and configured it as follows...
  6. sallieann

    Programmatically Manipulating Scroll Bars

    Can anyone tell me how to manipulate the scroll bar on a form? I want the user to be able to move the subform records (which are in continuous form view) down by clicking a button (almost so it appears like a new screen) rather than scrolling. Any feedback would be really appreciated.
  7. sallieann

    Limiting the number of records in a subform

    I have built an Access form which has a subform (in Continuous Forms view) to display a list of records. I don't want there to be a horizontal scrollbar on the subform and would like to limit the number of records to 15 per page. The user can then click on a "Next" button and see...
  8. sallieann

    Clear Contents of Subform From Mainform

    Hi, I have a main form with input boxes for entering search criteria & the results are output to a subform. When the user clicks clear to start a new search the input boxes clear. I would also like my search results subform to clear too. My code is as follows; Private Sub Clear_Click()...
  9. sallieann

    I need to limit the number of records in a subform

    Hi there, any help will be greatly appreciated! I have built an Access form which has a subform (in Continuous Forms view) to display a list of records. I don't want there to be a horizontal scrollbar and would like to limit the number of records to 20 per page. The user can then click on a...
  10. sallieann

    Multiple Search Function

    I have a database with one table, and I would like to be able to search 3 of the fields within it. I have created a search form with 3 input boxes and a subform to display the results. I have managed to get it working perfectly except that it will only search for 2 values rather than all 3...
  11. sallieann

    ASP Session Variable Question From a Newbie!

    Can anybody help a newbie?! I have created an ASP page which lists all the current jobs in an Access database with a reference number for applicants to quote when making about the job. When the user clicks on the enquire button next to the job, an enquiry form pops up. I would like this...
  12. sallieann

    Search All Database Tables Using FindRecord

    Hi there, I have created an access database that stores details about parts - with the part code number as the primary key. There are alot of tables in the database, organised depending on the part type. I would like the user to be able to search all tables in the database from a search form...

Part and Inventory Search

Back
Top