| Thread | Last Post | Replies |
|
| Cancel/delete constrained new row created in continuous subform? | 01 Feb 2007 22:09 GMT | 1 |
A shipment of material is received. The shipment contains several items. Each item is assigned an internal tracking number for auditing purposes and further processed.
|
| Currency Error on decimal | 01 Feb 2007 21:45 GMT | 2 |
I am working on Access 2000 with SP3. The problem is the sum of currency has $0.01 difference on the total even I use the same equation on all forms. I have a product which costs $538.20, then add two taxes (7% ---> $37.67 and 6% ---> $32.29) and the total amount should be $608.16 ...
|
| .ldb question | 01 Feb 2007 21:25 GMT | 1 |
How does the whole "filename.ldb" scenario work? Sometimes in the directory where a given database is stored, a duplicate filename will appear with an ".ldb" suffix. What exactly is this for? What does it do?
|
| Couldn't use <filename> File already in use | 01 Feb 2007 20:54 GMT | 2 |
I've been trawling through this group for an answer to this but can't find one that works. I have an Access 97 db sitting on a Novell server that is accessed via a front end with linked tables. There are several users that need access to this db but some get the "Couldn't
|
| FileCopy results in runtime error 53 file not found | 01 Feb 2007 20:37 GMT | 5 |
I'm not sure why this is happening. Using Access 2003. My code is as follows... Private Sub Command1_Click() Dim strSourceFile As String
|
| please, need help! | 01 Feb 2007 18:54 GMT | 1 |
hi access enthusiast! help me whit work!!! How i'm make filter from one text box and filtering all data in the form?????
|
| Combo Lostfocus | 01 Feb 2007 15:29 GMT | 3 |
I posted this earlier... or thought I did... anyway.. it's doesn't appear in the list so I'm reposting it. Can someone please explain to me how to set up the lostfocus event for a combo box. I need the combo to return to its default value when
|
| to modify selected cells in a table | 01 Feb 2007 09:08 GMT | 4 |
I have tried to write a code that allowed me to modify the value of the cells selected in a table, with excel has been easy. How one approaches selected cells? (To modify the value) How can I translate the code, in MS-Excel, below in a equivalent code
|
| Why won't this work? (can't find prior posting of this problem) | 01 Feb 2007 08:50 GMT | 1 |
I have a control on a form whose data source is: =IIf([txtPercentTotal]=1,"Total is 100%",IIf([txtPercentTotal]>1,"Total is Over 100%; Please Adjust",IIf([txtPercentTotal]<1,"Total is UNDER 100%; Please
|
| Aarrrgh!! Why won't this work? | 01 Feb 2007 08:39 GMT | 2 |
I have a text box on a form whose control source is =IIf([txtPercentTotal]>1,"Total is Over 100%; Please Adjust",IIf([txtPercentTotal]<1,"Total is UNDER 100%; Please Adjust","Total is 100%"))
|
| Can columns of RecordSource be used in event procedure? | 01 Feb 2007 06:27 GMT | 1 |
Suppose an unbound combo box CHOICE has a row source SELECT id,shortinfo,longinfo from Choices and has column count 3
|
| Problems copying query results to table - novice issue | 01 Feb 2007 05:26 GMT | 9 |
I've been trying to get this piece to work for a few hours, but have given up. I hope someone out there can help, I think the issue is relatively straightforward, but being a novice, I'm stumped. Below you will find the code I've written and the error that results. I'm hoping
|
| MouseOver and MouseOut scheme. Eval is not running pseudo-event handlers. | 01 Feb 2007 05:05 GMT | 1 |
Can't figure out why EVAL isn't. My form has detail section named Detail containing a text box named MyTextControl. Using properties window
|
| video tutorials on access | 01 Feb 2007 02:38 GMT | 1 |
doze Anybody have video tutorials on access or were to get it from thank !sp
|
| Median in a report | 01 Feb 2007 01:06 GMT | 3 |
I need to take the median from a field of records in a report. Can someone shed the light how to do it. Thanks, Scott
|