| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | We have more and more clients asking if we can use Active Directory in
our security for our Access applications (both Jet and SQL). Does anyone
have...
Br@dley
|
07-20-2005 06:33 PM
Br@dley | 0 | 41 |
|  | I have the following tasks to perform on an unbound form.
I want them to run every time I return to the form. For reasons
not at issue here, I do not...
MLH
|
07-20-2005 05:39 PM
David W. Fenton | 2 | 39 |
|  | Ok, this may turn out to be longwinded, so pelase bare with me...
I am working on an inventory/stock control database for the IT systems
in the...
groups@cowannet.com
|
07-20-2005 04:52 PM
Br@dley | 1 | 46 |
|  | Have been trying, in my spare time, to create an Access db for the
employees in my group for over a month. It surprised me when I read in
the Access...
davegb
|
07-20-2005 04:47 PM
davegb | 19 | 72 |
|  | Can anyone suggest a comprehensive reference text for implementing ADO.net
in ACCESS 2003?
Tony Lee
|
07-20-2005 04:11 PM
davidjpike@lycos.co.uk | 3 | 37 |
|  | I have a form that has data behind it. The user can manipulate the
data behind the form through the form and see how it affects the
statistics of...
chfran
|
07-20-2005 04:10 PM
chfran | 2 | 40 |
|  | Our company computers were recently upgraded to Windows XP with
Microsoft Office 2003. We have 3 different Access Databases (in
different...
JaBo
|
07-20-2005 03:54 PM
JaBo | 3 | 33 |
|  | Hello all,
I've been working on a VBA application in Access for a few months now. This
morning, my Access application began to hang in memory,...
Nick via AccessMonster.com
|
07-20-2005 03:54 PM
David W. Fenton | 6 | 42 |
|  | Hello.
I have a MS Access front end/PostgreSQL back-end combination.
There is a report with nested graph (linked master/child fields).
I used saved...
Zlatko Matiæ
|
07-20-2005 03:52 PM
Zlatko Matiæ | 1 | 61 |
|  | Hi, in the NorthWind sample database, when clicking on the next
navigation button on the new order record with nothing on the subform
(order...
swingingming
|
07-20-2005 03:34 PM
David W. Fenton | 12 | 86 |
|  | Hope someone can help. This is half an Access question. The half I'm
using is Access Xp as a backend data file. I'm using ODBC to connect
to...
Steven Taylor
|
07-20-2005 03:28 PM
David W. Fenton | 30 | 130 |
|  | Hi,
Im using such procedure on my form to filtering dates to raport:
Private Sub wyswietlraport Click()
Dim i As Integer
Dim Indexgorny As...
tod4@wp.pl
|
07-20-2005 03:07 PM
Justin Hoffman | 2 | 67 |
|  | Hello all,
I have the following data, that was queried and sorted to columns
PROBLEM_ID and then by STATUSDATE (ascending):
STATUS_ID ...
Jean
|
07-20-2005 02:20 PM
Bri | 8 | 73 |
|  | Code in form won't compile...
Me.Hide
Why is that? How should I handle handle making form invisible?
MLH
|
07-20-2005 02:15 PM
Rick Brandt | 1 | 331 |
|  | I had a useracct called xxx123 I had set up.
Now there is a problem in that **every single** .mdb file I open now on
my PC (regardless of age of the...
TechBoy
|
07-20-2005 10:50 AM
RLN | 3 | 51 |
|  | Hi,
I have a small databse that outputs 2 excel files to a folder.
DoCmd.TransferSpreadsheet acExport, ,...
allyn44@cox.net
|
07-20-2005 10:23 AM
allyn44@cox.net | 2 | 34 |
|  | I have a subform with records that contain check boxes. This subform is
a continuous form. When you check a checkbox on a record in the bottom
part...
ken
|
07-20-2005 08:41 AM
ken | 3 | 51 |
|  | Salve, stò provando ad usare la funzione DlookUp su una maschera
continua, ma mi ci sto legando...
nella tabella Gestionecopie ho i...
MaVco
|
07-20-2005 08:32 AM
Rog | 1 | 53 |
|  | My client has over 3000 word documents on a network share. The documents
need to be searched for text strings. A typical search my be;
Search all...
Paul H
|
07-20-2005 07:29 AM
lylefair@yahoo.ca | 2 | 83 |
|  | I've split a rather large Access2000 database that resides on a network
drive, by keeping the back-end on the network drive and placing the
front-end...
Bruce Acciavatti
|
07-20-2005 07:23 AM
Bruce Acciavatti | 3 | 35 |
|  | Hello All,
I have been trying to create a query that extracts data from a table
and calculates the elapsed time between records. The table...
pauly
|
07-20-2005 04:55 AM
lesperancer@natpro.com | 1 | 42 |
|  | Hi all:
it's been a long time that'm looking for smone group or web-site that
allows me to learn this language ... can smbdy show me a way to...
jizipizi
|
07-20-2005 03:44 AM
Rog | 3 | 39 |
|  | I am trying to make a custom navigation label to display record Y of X.
Dev Ashish's code placed in the OnCurrent Event:
Private Sub...
BerkshireGuy
|
07-20-2005 03:02 AM
jorpemar | 2 | 39 |
|  | I am trying to receive an Access database file that is attached to an
emai.
I am using Microsoft Outlook 2000. The email has a message at the...
gteets99@yahoo.com
|
07-20-2005 01:07 AM
Danny J. Lesandrini | 5 | 36 |
|  | Hello,
I have an Access 2K application that several users on a network will be
working with. They will each have a copy of the "front-end" and...
james@intinfo.com
|
07-20-2005 01:02 AM
Danny J. Lesandrini | 5 | 46 |
|  | I all, I have a database on a user's network drive with the following
path:
E:\NewDB\StatsData.mdb
I want to create a small "Utilities" database...
Jim
|
07-20-2005 12:57 AM
Danny J. Lesandrini | 2 | 66 |
|  | Say you have a parent form and a child form. How can the parent get the
childs recordset...I tried to do sometihng like this from the
afterupdate...
ken
|
07-19-2005 07:56 PM
Br@dley | 1 | 111 |
|  | I am trying to learn on the fly about Access Security for an app we are
developing. I realize Access security is an advanced subject with...
TechBoy
|
07-19-2005 07:55 PM
Br@dley | 2 | 34 |
|  | I have stumbled upon an interesting issue with regard to compaction of
an access frontend database which resides on a DFS target that utilizes
FRS to...
darcykahle@gmail.com
|
07-19-2005 06:52 PM
David W. Fenton | 11 | 74 |
|  | On the computer side of the businees there is me, the developer.
Another person's role is that of the idea man...the person that knows
the business...
Salad
|
07-19-2005 06:45 PM
Salad | 9 | 56 |
|  | Don't know if any of you chaps use www.basecamphq.com (a smart project
management tool) but when you post a message up the entire post is
highlighted...
Deano
|
07-19-2005 05:30 PM
rude person | 1 | 35 |
|  | Hello,
I need to open an recordset then filter it and display indexed in a
listbox.
The problem is that to filter the recordset a have to open...
Frederico Ottoni
|
07-19-2005 04:02 PM
Frederico Ottoni | 0 | 50 |
|  | I have a text box (for a password) with a validation rule that checks
this password against another text box on the form and either lets you
continue...
cga1982
|
07-19-2005 03:07 PM
pietlinden@hotmail.com | 1 | 36 |
|  | We have a simple database with 1 table, 3 forms and a couple of simple
queries.
I created the ADP files and imported the forms etc on all 10...
Donald Watson
|
07-19-2005 02:57 PM
Donald Watson | 0 | 38 |
|  | I have a form that is my criteria form. So, if a person enters a State
into the State combobox (ex. UT) then everything from that State will
appear...
chfran
|
07-19-2005 12:59 PM
John Welch | 3 | 40 |
|  | Hi, If I have an invoice, like in the sample database, I would also
want one without the price information to serve as Bill of Lading for
the...
swingingming
|
07-19-2005 11:52 AM
swingingming | 2 | 46 |
|  | I have this update query that I am trying to run. I know the syntax is
messed up but do not know how to correct it.
Select 'UPDATE',...
Mark Carlyle via AccessMonster.com
|
07-19-2005 11:42 AM
Mark Carlyle via AccessMonster.com | 6 | 34 |
|  | I have the following code in the On No Data event of a report:
****
On Error GoTo err_trap
MsgBox "No items matching criteria.", vbInformation,...
Keith
|
07-19-2005 11:00 AM
Keith | 4 | 33 |
|  | I have a project using crash data where I would like a form to promp
the user for 1 of the 8 stock report from a pulldown box with options A
through...
meyvn77@yahoo.com
|
07-19-2005 10:42 AM
pietlinden@hotmail.com | 1 | 43 |
|  | I'm trying to make a form Thank You letter that I can generate for
multiple people that took part in an auction. I have a table with all
of their...
Ryan Muller
|
07-19-2005 10:16 AM
Ronald Roberts | 2 | 31 |
|  | I have a project using crash data where I would like a form to promp
the user for 1 of the 8 stock report from a pulldown box with options A
through...
meyvn77@yahoo.com
|
07-19-2005 09:32 AM
meyvn77@yahoo.com | 0 | 33 |
|  | If I'm in, say, a 3rd level sub and want to exit, not only the sub but
the entire procedure, without a GoTo, can this be done without using
switches?
SHPsalm139@aol.com
|
07-19-2005 09:28 AM
Steve Jorgensen | 3 | 33 |
|  | Hey Folks,
Any word on when / if 2003 Developers Edition will surface?
Thanks!
Jozef
|
07-19-2005 08:51 AM
Jozef | 2 | 42 |
|  | When I place a record serch utility (vos the button placement wizzrd),
I discovered that the Match setting is "Whole Field" by default. How to
make...
AA Arens
|
07-19-2005 07:57 AM
Justin Hoffman | 2 | 56 |
|  | Hi,
I have structure similar to the following table.
Month Year Category Brand SubBrand Currency Amount
Jan 2005 A 0001 UC ...
carrionk@yahoo.com
|
07-19-2005 06:41 AM
Jean | 1 | 46 |
|  | I have a problem.
In two cases the access database is closing completely (but leaves the .ldb
file behind.).
I just added a new form and now when I...
nicole
|
07-19-2005 03:44 AM
Wilbert van Diemen | 2 | 43 |
|  | I am trying to find someone who can advise me on how to access the
functionality of an open source library from MS Access: Specifically the
Picture...
Eike
|
07-19-2005 03:32 AM
Eike | 3 | 55 |
|  | Hi everybody.
I've just downloaded the latest win version of postgresql and I'm trying to
use it as an access back end.
Have you aver used it? Did u...
ciroteo
|
07-19-2005 02:58 AM
ciroteo | 2 | 37 |
|  | Hi,
I have structure similar to the following table.
Month Year Category Brand SubBrand Currency Amount
Jan 2005 A 0001 UC ...
carrionk@yahoo.com
|
07-19-2005 02:41 AM
carrionk@yahoo.com | 0 | 33 |
|  | Hi,
I have structure similar to the following table.
Month Year Category Brand SubBrand Currency Amount
Jan 2005 A 0001 UC ...
carrionk@yahoo.com
|
07-19-2005 02:40 AM
carrionk@yahoo.com | 0 | 32 |