Recent content by geetharej

  1. G

    table update thru data access pages

    I have a query which is joining 2 tables.i have created a data access pages with this query.In this page the fields and values from one table are retrieved. automatically.but the second tables values the user have to input. So I have set this as the unique table so that this is the table to get...
  2. G

    table update from a form..... (data access page)

    I have a query which is joining 2 tables.i have created a data access pages with this query.In this page the fields and values from one table are retrieved. automatically.but the second tables values the user have to input. So I have set this as the unique table so that this is the table to get...
  3. G

    update into a table which had a join ......

    I have a query which is joining 2 tables.i have created a data access pages with this query.In this page the fields and values from one table are retrieved. automatically.but the second tables values the user have to input. So I have set this as the unique table so that this is the table to get...
  4. G

    why am I getting '80040e4e' error ?

    Does anyone know whats reason for this error ? I'm connecting the access database and retrieving the data. please let me know
  5. G

    retrieve a single record from a join query from a table which has one to many....

    There are 2 tables. one to many relationship. i need to retrive data from both tables with a join query. when i run the query records are getting repeatedly shown. how do I get a single row out of it ? thanks
  6. G

    to view record once that has one to many relationship

    There are 2 tables. one to many relationship. i need to retrive data from both tables with a join query. when i run the query records are getting repeatedly shown. how do I get a single row out of it ? thanks
  7. G

    VB-access application into WEB

    I have a small application with couple of forms (created in MS Access forms)and this will retrieve data from MS access database. I need to modify this form to make it user friendly. I was thinking of converting the front-end into VB forms to access the existing Access Database. But we have a...
Back
Top Bottom