User Profile
Collapse
-
I already know this method.I do not want to use it.In this my access data is the main data and people are using that database they will upload new stuff so I want mysql table to automatically get that data instead of me refreshing or doing anything. -
How to Sync data between Access and Mysql tables?
I have total 3 databases.One is mysql and other 2 are of access type.
I have 10 tables in each of the databases.
I want to sync 2 tables from both access databases with mysql tables.
whatever updates are happening in access databases tables it should come in mysql tables
1. student- table name
2. school - table name
both are in database 1
1. contact details - table name... -
How to show Access form results on Excel Report?
Access form having filtering criteria.It generates a query so I want that query to show the output in excel report.
How Should I show access form result on excel report -
How to open Recordset and send the ouput to a report?
open a recordset using ado or dao and send the result to a report.
I tried using .name property but it doesnt accpet more than 80 characters
Code:Report_open_event me.recordsource = rs5.name end
No activity results to display
Show More
Leave a comment: