Multi value fields
Wed, 10 Dec 2008 10:01:02 -0800
eWhile I think the multivalue fields available in Access 2007 would help me,
I am still using version 2003.
My problem is that I have a database of associate experience. Under that I
have several sub-tables for experience, papers written, special training,
etc. It was easy to set up a combo box to enter th ...
|
Animation on a form
Wed, 10 Dec 2008 07:42:13 -0800
Hello.
My situation has to with keeping the user informed of what's going on while
some processing gets done.
Per the code below, I have a series of tasks in my Access app and I am using
"SysCmd acSysCmdSetStatus" to tell the user which of the steps is currently
processing. These messages are static a ...
|
Access VBA Equivalent to Excel VBA
Wed, 10 Dec 2008 05:20:01 -0800
Hi!
Sorry if it is a stupid question! I think I deserve some leniency because I
am a starter in Access.
I have table called 'Case'. Fields;Col1,Col2,Col3,Col4 & Col5. Only 5 rows
filled with from 1 to 25 in a rowwise sequence. Example; Col2 Row2 has 7 as
its value.
I want a report in exactly the same ...
|
Option Box
Tue, 9 Dec 2008 23:34:01 -0800
Sorry everyone, I am just access begineer here. Can anyone help me with
following query.
I want the Option box to enable the bring the query when i click the button.
On the form I have Beginning date & End date then I want to choose option
box, then click the button to run the query.
Anyone got suggestion ?
...
|
Pause code
Tue, 9 Dec 2008 18:34:01 -0800
How can I pause code for a specified amount of time without having the user
press any button(s) or click any "OK's"? I want to be able to control how
long the pause lasts. Is this possible?
Thanks for any help
Stephen ...
|
Output To request not available at this time.
Tue, 9 Dec 2008 16:30:04 -0800
I am using the following to save a snapshot of a report.
DoCmd.OutputTo acReport, "IBSIWS_RECON", "SnapshotFormat(*.snp)",
"G:\OST\RECONDATABASE\ReconArchive\IBSIWS\" & "JAX_IBSIWS_RECON_" &
Format(Now, "mmddyy") & ".snp", False, "", 0
This code follows a print command for the same report. The problem I am ...
|
Updating a subform in datasheet mode
Tue, 9 Dec 2008 15:36:05 -0800
Hi Guys,
I have a form with a suform that is in datasheet mode. What I am trying to
do (in accordance with what the boss wants) is when a new record is entered
and a particular selection is made in a combo box ("Risk") the whole record
is to copied to another different table. I am unable to determine how ...
|
|
|
Not sure what is wrong here
Tue, 9 Dec 2008 15:32:05 -0800
Hi all,
I have some front end code calling the backend. I have a status table in
the back end, I use it for look up. If a record exists, then I won't create
a new table in the backend with that name, but if a record does not exist in
the backend status table, then I will create a new table in the backend ...
|
Split Function
Tue, 9 Dec 2008 15:28:07 -0800
I am trying to pull the following out "wkaupert" of this string. Can you
split by multiple delimiters? UserName = "CN=Wanita Kaupert/O=ABCD"
Below is the part of the code that refers to my dilemma. So far I have been
able to get to wkaupert/O. I know the Right reference is wrong but I can't
think of how ...
|
Vector Graphics in Access 2003
Tue, 9 Dec 2008 13:35:01 -0800
Has anyone tries to draw vector graphics (Circle, Line, Polygon and other VB
constructs) directly into a picture box or form in Access? Have you done it
by using native Microsoft supplied Access controls and not third party
controls you need to buy ... ...
|