Search results

  1. R

    Query Access Database

    Hi Guys, I am trying to figure out how to query an access database table called Phone Numbers from a webpage. Basically I have textbox (called phn) and a search button (called submit). The value entered in the textbox is queried to the table and if found a msgbox pops up saying "Found" and...
  2. R

    Listbox Not Working Properly

    Hi Guys, I have a form with textboxes that the user manually enters information in and submits the information to a database table in access with the click of a button. The listbox is to display a list of SINs for that day that need to have information entered on the form. However, I have...
  3. R

    List Box Not allowing Date to be Entered in Table

    Hi Guys, Basically I have a form with some textboxes that you enter information in. The form has a listbox that runs off a query with a list of items displayed in the listbox from the table. These items in the listbox need information entered which the user does manually in the textbox. To...
  4. R

    DBlookup Javascript

    Hi Everyone, I am trying to do a DBlookup with an access page using javascript. What I would like to have is a textbox that queries the entry in the textbox against the database and pulls a msgbox saying "Entry in Database" and if not found "Entry not in Database." I am very rusty with...
  5. R

    Access Page "Data Provider" error

    Hello, I am trying to create an access page. I have created the page but the problem I have encountered is that people who do not have Access on their computers who need to use this Access page get a "Data provider cannot be initialized" error and then the "could not use;' file already in...
  6. R

    Query to pull recent record older than today

    Hi Guys, Basically I have a query that is suppose to do this: It is to pull up four columns from the database that are Date, SIN, Phone Number, Address. The database can have many different dates, phone numbers, addresses for one SIN so the database will have the same SIN in different rows...
  7. R

    Query on Page

    Hi Guys, I want to build a query where I have a page with a textbox and button and when I click on the button the query runs that looks at the value entered in the textbox and then looks it up against a table that I have and advises the user if that value exists or not with a pop up message...
  8. R

    Allowing user to look up values in DB through Page but Blocking DB Access

    Hi Guys, I have set up a page where a user or group of users enter a value in the page and then it looks up the values against the database and lets them know if the value exists or not. The only problem is I do not want these users to be able to access the database and see all the values or...
  9. R

    Listbox to Autopopulate Textbox on Form

    Hi Everyone, I've been trying to figure this out all day. Basically, I have a list box on my form that populates the database table with new SINs. The listbox also has a query that is looking at entries older than today (so ignoring new ones that were uploaded today) but I want to know how I...
Back
Top Bottom