| Thread | Last Post | Replies |
|
| subform requery | 06 Jan 2005 19:00 GMT | 1 |
I have a form for entering information about jobs. On this form is a subform for entering radioactive dose amount recieved while performing the related job and another subform that displays the current total dose for all jobs.
|
| Using variable names for controls | 06 Jan 2005 18:57 GMT | 2 |
Hi I have the following variable dim test as variant test="test_control"
|
| Save not available? | 06 Jan 2005 18:56 GMT | 9 |
BlankContext: Access 2002 I enter some data into a field in a sub-form which is displaying a record from an underlying query. Then without exiting the field, I click on a command button to save the record. The result is an error message that the
|
| #Error when subform has no data | 06 Jan 2005 18:51 GMT | 1 |
My main form has two subforms. I am trying to add values from controls on the two subforms into a control on the main form. Here is the expression I'm using: =Nz([Sections].[Form]![SectionTotal],0)+Nz([Labs].[Form]![LabTotal],0)
|
| Order By With Function Variable | 06 Jan 2005 18:30 GMT | 1 |
The question is should it work to use a function variable like I do for WHERE statements, it goes and gets the variable, and the query opens, but is not sorted. Function lstSortOrder() As String
|
| Order of Events on Main Form To Verify Subform Values | 06 Jan 2005 16:50 GMT | 4 |
I have a main form with a subform embedded that lists percentages for each main form record. The total of all the percentages in the subform records for each main record MUST equal 100%. I have put a footer in the subform that totals the percentage fields. No
|
| Creating MDE Problem | 06 Jan 2005 16:18 GMT | 1 |
I have huge mdb application on access This application can be compiled But when i try to create mde file i get the error: microsoft access 2000 could not create mde file
|
| Form_Error Event - Error-Message from SQLServer | 06 Jan 2005 16:02 GMT | 10 |
When I take the Form_Error Event in an Accessform to display errormessages, I get only the error-no. 3146: "ODBC-Call ..." Is there a way to display errormessages from SQLServer such as Trigger-Errors, Index-Errors, etc.. ? (p.e. an stored procedure call functions with a ...
|
| ocx vs dll | 06 Jan 2005 15:23 GMT | 6 |
I am looking to incorporate a distributable spell checker into my a2k app. The one I have chosen is SpellEx, they have an ocx and a dll version of their spelling engine. I would be interested in any opinions regarding preferences. Is there any reason/advantage to choosing one ...
|
| Error number 91: Object varible / with block not set | 06 Jan 2005 13:51 GMT | 16 |
Hello group, I have the following code that is giving me error number 91. (i am trying to count records in a list box with this code); I have the read the ms access help on it, but it doesnt make sense to me. I have tried adding a break
|
| How do I create a new folder | 06 Jan 2005 12:25 GMT | 4 |
Can anyone tell me how I can create a folder programmatically, with a name generated from the contents of a field? Thanks.
|
| display a memo on a report | 06 Jan 2005 12:10 GMT | 4 |
Why Access truncates the field that I have on a report to 255 characters? even if I've set the property CanGrow = True The field is attached to the report's recordsource which itself made of a query. and the query displays the full text (more than 255char)
|
| dbexecute? | 06 Jan 2005 09:29 GMT | 1 |
I have a subform that I always use. It is in datasheet format. The first column is combobox CATEGORY. The Pull Down SHOWS "A","B","C","D","E","F" I usually enter two records for "A", two more with "B", and two more with "D". Sometimes I use "C", "E", or "F".
|
| Two Forms and Two Fields | 06 Jan 2005 09:19 GMT | 1 |
Having looked at the nothwind sample database re orders I want to create a similar event such that when a company is selected from a dropdown the address is filled in automatically. I have created 2 Tables add_master & invoice and two forms add_master_ip and invoice_ip. On the ...
|
| Function | 06 Jan 2005 09:08 GMT | 1 |
I have a folder I want to BackUp this folder each Friday. Copy the files of the folder from the source to destination , only the files that the date is different. I don't know if I have to use FileIO
|