0
votes
1answer
31 views
Visual C++ 2008 as frontend for Access
I am working on a database project that requires me to code in C++. I have the framework for the relational database built using Microsoft Access. Since I would like a GUI for the …
1
vote
2answers
26 views
How to rename an Access Table using VBA from Excel?
I´m trying to rename an Access Table using VBA from Excel... any help?
3
votes
5answers
61 views
Microsoft Access required for C# database access on end-user machines?
Silly question, perhaps.
I've developed an app on my machine that uses a Microsoft Access database (.mdb) to access certain information and populate a table with monitoring data u …
2
votes
5answers
156 views
Setting up an MS-Access DB for multi-user access
We're thinking of "growing" a little MS-Access DB with a few tables, forms and queries for multiple users. (Using a different back-end is another, but more long-term option that is …
0
votes
2answers
67 views
duplicates in a join
the following SQL is returning every BT.Bt_Name where L.date_back is Null. I only wish to select the BT.Bt_Names where L.Bc_id is duplicated
SELECT BT.Bt_Name
FROM Book_Title BT I …
1
vote
3answers
40 views
MS-Access: is it possible to display ‘virtual’ rows in a continuous form?
Hello
I am looking for a method to display virtual rows in an MS Access application, that is, rows that don't actually exist in any table, but only in memory.
I could probably cr …
1
vote
3answers
53 views
Ilf and SQL querry
Hello.
How to write SQL querry using Ilf function in it?
For exaple i would like to write some like this:
SELECT priceNetto, vat, PriceBrutto:Ilf(Country="ABC", priceNetto*1.22, pr …
0
votes
1answer
21 views
Organizational chart represented in a table
HI,
I have an Access application, in which I have an employee table. The employees are part of several different levels in the organization. The orgranization has 1 GM, 5 departme …
1
vote
5answers
63 views
MS Access Complicated Order By
For an invoicing app I'm working on my PHB has decided that the parts sold listed on the invoice need to go in a very unique order. I would like to accomplish this with a single s …
1
vote
1answer
32 views
Unable to set ComboBox.RowSource on continuous form
I am having trouble setting the row source of a certain combo box on my form (viewed as a continuous form, although I also seem to have some problems in single-form mode).
The com …
0
votes
1answer
17 views
varchar(max) datatype odbc mapping to ms-access2003
Hi there,
i have tested the difference between defining varchar(max) in opposite text with our legacy application on a sqlserver2005. All went very well and the new datatype reduc …
0
votes
3answers
52 views
Creating reports in Access after the DB is completed
Hi,
I have a fully functional DB developed in Access. It was done using a very "interactive" developer-client increment-iterative process as no one really knows what the final DB …
1
vote
3answers
45 views
MS Access Convert like function to Memo Data Type
I need to use rich text formatting for a field in a report in MS Access in order to use character spacing. In the report, attempting to change the Text Format in the field's proper …
4
votes
3answers
53 views
Grouping controls together on an Access form
Hi,
I have an Access2003 form where I wanted to group several controls together and change visibility programatically, though VBA code.
Is this possible? I do know that I can g …
1
vote
2answers
53 views
Relative table links in ms-access
I'm sure this must have been asked before, but I can't find it.
Can I set a relative path for the location of a linked table in Access 2003?
The other table is also stored in an …
