Math Does Not Add Up
Wed, 7 Jan 2009 14:38:38 -0800
I have form that gets it info from a query. It does some math, the form has
2 text boxes that allows me to filter how long it takes to scan some
documents. The first box I enter 3 and the second I enter 4. I get the
correct data back 2 records, the first (3.4), the other (3.3) but the total
in the form fo ...
|
In over my head!
Wed, 7 Jan 2009 14:09:31 -0800
I had to go against everything I know about database design since the
customer wanted a form to appear exactly as it does on paper. The majority
of all fields pull data from the same table (components) and retain the info
in a different field, instead of doing a continuous form (one in component 1,
a differ ...
|
Combo Controls
Wed, 7 Jan 2009 13:57:26 -0800
I have a name drop-down which displays 3 seperate fields: Salutation, First
and Last Name. If I select Mr John Doe the result only shows Mr. Do I have
to merge these fields and display them somewhere else? ...
|
Import from Word
Wed, 7 Jan 2009 12:26:01 -0800
I get Word documents that have tables (200), the tables consists of 2 fields;
1 is the item number and the other is the details of that item. I would like
to append both the item number and the text to a table that has fields named
â??ItemNumberâ? and â??Descriptionâ?. Can code be written so no matter how ...
|
OKay, BUt........................
Wed, 07 Jan 2009 11:59:15 -0800
I need to compare a text/combo box to determine if the user entered data or not. The text box is [plant ID], the code looks like
If [plant ID]=Null Then
DOSOMETHING
I have tried
If [plant ID]=""
and
If IsNull(Plant ID)
Which is the correct way to do this?
EggHeadCafe - .NET Developer Portal of Choic ...
|
Locking an autodate
Wed, 7 Jan 2009 11:00:11 -0800
Is the code below correct if I want a date to autofill, but then never change
unless done manually? Also, does it go in the Form Current event, too?
Private Sub cboEnteredBy_AfterUpdate()
If Me.NewRecord Then
Me.txtEntryDate = Now
End If
End Sub
--
GD ...
|
Popup a Memo field to add more data
Wed, 7 Jan 2009 08:50:11 -0800
I have a memo field on a continuous form. But I have it in a small rectangle
on the form. How can I click on the memo box and have it pop-out so I can
add more data? Is this possible?
Thanks
Ben ...
|
|
|
Cont. Forms/Individual Record/working with properties
Wed, 7 Jan 2009 07:58:05 -0800
Hi all,
I'm working on a continuous form. Each record has 5 locked fields (for view
only) and 2 drop-downs ([Avail_Status] and [Reason_Not_Avail]). For an
individual record, I need the [Reason_Not_Avail] field to be locked if the
user selects 'Available' from the [Avail_Status] drop-down. They are both
bo ...
|
capturing a signature
Wed, 7 Jan 2009 06:35:01 -0800
Has anyone every captured a signature into a field? I will be working with
this for the first time and not sure if it will work or not. First of all,
I'll be using a tablet of some kind, where the user can sign and I want that
to be saved into a field. I'm thinking it may need to be an OLE object. Any
id ...
|
Setting up an outbound campaign
Wed, 7 Jan 2009 04:21:03 -0800
Hi Guys,
I am in the planning phase of setting up an outbound campaign through an
ACCESS interface.
Agents will pull customer information into an ACCESS form, ask them
questions and update the information into a table/database.
What I would like to do though is have a functionality that will allow
age ...
|