Access might have glitch
Wed, 17 Dec 2008 13:27:07 -0800
i turned on my computer and then went to Access, and it didnt turn on.
??? why? is it because i am running it on a windows 95 comp? or is it
because of the harddrive overload of dungeons and dragons and World of
Warcraft games???
...
|
Filtering combo boxes based on a selection in another combo box
Thu, 18 Dec 2008 07:25:24 +1100
Hi Guys and Gals
I have a subform which is designed to look like a datasheet because I need
to filter a combo box called Materials based on another combo box earlier in
the selection process called Region.
To explain the data, Regions are like a location on a site. Materials are
exactly what they sound l ...
|
Total From Subform
Wed, 17 Dec 2008 12:19:01 -0800
I have a main form frmJobIn that is a continuous form. A button then takes
you to another form frmJobProcessingSub that is a continous form.
I need a running total that is on the subform to appear on the main form.
The field is called lngVolRec.
I know how to do this for a single form but I cannot get it ...
|
Form Autoformat not working
Wed, 17 Dec 2008 09:44:05 -0800
Why does autoformat work in Northwind but not in my databases? It appears
fine in the downloaded Northwind Database, but layers appear to be missing in
any I create myself. I get a color change, but none of the gradients or
graphics in the header. I cannot find any different settings in properties or
Access ...
|
added new field as memo and can't maneuver in it???
Wed, 17 Dec 2008 09:25:01 -0800
I have a field and have set it up as "memo" and can it looks great but when
you go to, say, put an address and extra info in it it's all one line and
won't let you drop down in it like an address would. I'm in access 2007 ...
|
control enabled with negative numbers
Wed, 17 Dec 2008 09:10:27 -0800
Hi I am using Access 2007, I have a form with an amount field control - the
enabled property of this is set to NO. When I go through the records if
there is a negative amount in this field the control is enabled.
Is there a way to stop this from happening?
Thanks
Stu ...
|
Command Button Wizard - Record Navigation - Go to next record
Wed, 17 Dec 2008 08:48:03 -0800
Ive created two command buttons to go through records in my form.
However when it gets to the ends of the records a box pops up saying "You
can't go to the specified record"
Is there anyway to makes this stop?
I just want the buttons to work like the record controls in the bottom left
hand corner of the ...
|
|
|
Add new record
Wed, 17 Dec 2008 07:31:44 -0800
I've a form with an unbound combo box from which a customer is chosen. Limit
To List is set to Yes, in the NotInList event, I've entered the following:
Private Sub Combo33_NotInList(NewData As String, Response As Integer)
DoCmd.OpenForm "frmNewCustomer", , , , , acDialog
Response = acDataErrAdded
End ...
|
Users Getting An Error Message When Trying To Submit A Form
Wed, 17 Dec 2008 06:38:16 -0800 (PST)
Hi,
I have a database application which is distributed to about 60
people. This morning, 3 people were trying to submit the same form in
their own front ends and they all got the same generic error:
The expression On Click you entered as the event property setting
produced the following error: The opreatio ...
|
Thank you for your reply
Wed, 17 Dec 2008 05:11:10 -0800
The data entry property box is set to no.
SELECT Operators.Competency, Operators.[Date Passed], Operators.[QTO Name], Operators.[QTO Number] FROM Operators;
Ultimatly the one of the field column contents of the subform will, hopefully, fill in a competency box on a licence that, again hopefully, i can get it ...
|