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...
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...
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...
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
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
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...