0
votes
1answer
30 views
Complicated MS Access Greatest-N-Per-Group problem
I am looking to combine the following queries into one, where
scouting.jumpGate is integer,
scouting.astroLoc is a string,
scouting.ownerguild is a string and
scouting.galaxy is …
0
votes
1answer
15 views
Graph on an access form
Hi,
I have some code at the moment to draw a graph based on the values of a series of text boxes on an access form.
I’m happy with the code and how it works but I’m not convinced …
2
votes
6answers
58 views
Building SQL strings in Access/VBA
Occasionally, I have had to build a SQL string in VBA and execute it with Docmd.RunSql(). I have always built these strings by concatenating variables into the string, e.g:
Dim my …
2
votes
4answers
25 views
database synchronization - MS Access
I have an issue at the moment where multiple (same schema) access 2003 databases are used on laptops.
I need to find an automated way to synchronize the data into a central access …
1
vote
1answer
23 views
Programmatically check for Access database corruption?
Is there a way to programmatically check for database object corruption in Access 2003? My development project has gotten complex enough that it's hard to manually check all the o …
0
votes
1answer
20 views
Checking if OLEDB returned a result from SELECT statement (VB.NET)
In my .NET application I have to get results from a MS Access database. I would like to add error checking to make sure a row was returned from my SELECT statement.
How can I make …
0
votes
2answers
30 views
Connect to a linked table with code
Connect to a linked table with code
I have some linked tables from a SQL-server; they are linked with an ODBC connection. The password is not saved with the connection. When I am d …
0
votes
3answers
22 views
Export multiple queries to different tables
I need to export; Multiple queries to different tables of ms access database from ms sql.
I know it is possible by taking each query and export it to a single table and repeating …
1
vote
2answers
26 views
JDBC and MS-Access problem
I'm trying to connect to an MSAccess database and retrieve some data.
With simple examples all runs well but if i'm going to use some
where clauses i get no data.
This example is …
1
vote
2answers
30 views
connect Access via c#
Hi,
i need to open a connection to a remote access db.
in the local environment to the remote acess db is working great .
when i run this application from production serv …
0
votes
1answer
46 views
Excel VBA INSERT INTO statement using variables
I am using an SQL query to insert data from an excel worksheet into an Access database. I put all the data that I want from the worksheet into variables:
rwyNumber = Range("b13") …
1
vote
3answers
45 views
Login Screen in Access with forms, macros and queriesms-
I have an embarrassing question regarding Access. I can build relational databases in my sleep but I have always used PHP, mySQL and HTML to build my applications.
I've hated Acce …
0
votes
2answers
15 views
Access Database Pass Through Query?
I have linked Sybase database table with Access 2003. I only have read access to the Sybase database and created a pass-through query in access. Now what I need is, I need to creat …
0
votes
2answers
32 views
SendObject in MSAccess giving errors
I am getting the following error while sending mail using a button in MS access form
I am using sendObject to send mail using vba code.
The host 'smtp' could not be found. Pleas …
0
votes
1answer
20 views
Import file name into list box without path access 2007 vba-
Hi, I am creating a database where users can click a command button, they will be taken to a folder that is stored in a trusted location and they can choose a word document from th …
