Speech Command in VB
Sun, 14 Dec 2008 17:05:00 -0800
I am using this code to use the speech feature in Access. You type a name in
the box, click the button and it speaks it for you. However, it doesn't work
in 2007 like it did in 2002. I made sure the reference in VB to the speech
one is still in tact.
Any idea what needs to be updated? The error I get is ...
|
insert a scroll bar into contact detail form?
Sun, 14 Dec 2008 12:43:01 -0800
I've managed to add a scroll bar to my Contact Detail form (template) but
it's just on one, I want it on all my contacts, what am I doing wrong? ...
|
Using a variable in Recordset.Find To lookup an ID in a table
Sun, 14 Dec 2008 11:25:16 -0800 (PST)
Hi,
I want to call this function to look and see if a record has been
added to a table when the user updates specific areas of the database
with a form to confirm the record has been added. What would be the
correct way to incorporate a variable in the Rs.Find
("RepID=MyVariable") ? Thanks for your input i ...
|
Showing Value Other Than Record ID
Sun, 14 Dec 2008 08:36:01 -0800
I have a subform which has a combobox with the following properties
SELECT [ContactsAuditTrainingEvent Query].ContactID,
[ContactsAuditTrainingEvent Query].FullName
FROM [ContactsAuditTrainingEvent Query];
I want the subform to 'store' the ContactID, but 'display' the full name to
make it easier to use but ca ...
|
i have a trouble in inherit value list of access 2007
Sun, 14 Dec 2008 04:16:00 -0800
i am new programmer and use access 2007 to do customed software. I have a
trouble with a combo box. i enable its properties of inherit value list and
Allow value list edit, which make user can add items in the list. But when i
changed the progam to be a .accdr , function above is disable, user can not
add ...
|
Command Buttons
Sun, 14 Dec 2008 03:31:01 -0800
I'm working on a continuous form and need to open a separate form containing
a sub-set of data relevant to the continuous form.
I'm trying to use a command button but I always see all the sub-set records
rather than the specific record I need.
Any help would be really appreciated.
...
|
Searching On Switchboard?
Sun, 14 Dec 2008 11:21:32 +0200
Hi there
I have created a Windscreen repair database, and Im now modifying the
switchboard.
I would like the following information to be on the s/board:
1. Search By Company - This is a drop down list, when a company is
selected, it opens that specific company in
...
|
|
|
2007 Form Action Different Than 2003
Sat, 13 Dec 2008 11:01:01 -0800
Hi,
I have a db developed in Access 2003. On the main form (frmProjects) I have
an unbound object (txt_Ttl_Cost) the gets its data from a function call.
Public Function fnTtlEstLaborCost(X As Long) As Double
'Used on frmProjects to calculate total estimated labor cost.
Dim TtlEstLaborCost As Do ...
|
How do I insert a header/footer on an MS Access Form
Sat, 13 Dec 2008 10:52:00 -0800
...
|
cant see grid lines in design view
Sat, 13 Dec 2008 09:48:01 -0800
I was developing a form and having a problem with check boxes - trying to
change the default so it appeared as a blank box instead of grayed out.....
now I have lost my grid lines and cant seem to get them back :-(
I wish I had the old access ...
|