| Thread | Last Post | Replies |
|
| synchronize two forms | 04 Aug 2005 14:09 GMT | 1 |
I have two forms one bound & one unbound. The unbound form is used to display the bounded form records in form format. My problem is that the unbound form only display the record during initial opening after that even you select a different record on the bound form the unbound ...
|
| Print page 1 of a report | 04 Aug 2005 12:56 GMT | 2 |
By clicking on a button in a form, I preview a report. I would like to obtain the printing of the first page of the report. The codes to preview are below. Many thanks,
|
| Problem with referencing control on On Current event of continuous form | 04 Aug 2005 12:34 GMT | 1 |
I gather that this is quite a popular question however I'm completely unable to find a solution through google. So if anyone can provide a helping hand it would be greatly appreciated. I have an Access 2003 ADP which contains a bound continuous form. Everything
|
| Using TabControl | 04 Aug 2005 11:38 GMT | 2 |
I am facing some problem with the tab control in .net.i have a tab control with 3 tabpages in a form.I have a button which responds to the events from the user.The button click event will close the form.I want to know how can we send messages between the tabs that the form is
|
| Line break in textboxs | 04 Aug 2005 09:04 GMT | 3 |
I'm trying to create a line break in a text box and it wont work. I can get it to work in a message box just not a text box any suggestions? code -
|
| Passing messages between tabpages in a tab control in a form | 04 Aug 2005 09:01 GMT | 1 |
I have a tab control in a form with 3 tabpages.i have a button in the form which closes the form.I want to know how can i send a message to each of the tabpages that the form is going to be closed so that the tabpages update the data.
|
| Required Field at Subform level | 04 Aug 2005 05:59 GMT | 2 |
Continued from 8/2/05. I have a check box field in my Main form called "PO_flag." On my subform, I have a field called "PO_no". If the PO_flag field is checked (=True) the PO_no field on the subform must be required (filled in). If not, the message will be MsgBox "You must ...
|
| Calendar - Date and Time Picker | 04 Aug 2005 04:37 GMT | 1 |
I am using Access 2002 I have limited space in my form so The Date & Time picker is a great feature, but I do have nulls in my date field. My users seems to have a problem with the check box in The Date & Time picker to indicate it's a null. They don't know if they should ...
|
| Please help with duplicate recods (form, subform) code | 04 Aug 2005 04:31 GMT | 3 |
Please help me... I need to duplicate a record (parent form based on table Jobs) link to the subform (based on table Samples) by "JobID". Relation is 1=M. Many times we need to duplicate the job with the samples and modify some
|
| Report gets run-time error "2427" | 04 Aug 2005 03:18 GMT | 1 |
A report, with a subreport, has an "On Print" event to the MainReport. Then "Run-Time Error "2427": You entered an expression that has no value. ", appears and on "Debug" the code line: "If Left([Reports]![MainReport]![SubReport].[Report]![Course#],1)=”8” Then" is
|
| Close a form two ways | 04 Aug 2005 01:01 GMT | 3 |
Here is my problem... I am trying to code two ways of closing a form: One way cancells the existing record, closes the form and returns to the previous form.
|
| code not behaving the same in UK and FR version?? | 04 Aug 2005 00:44 GMT | 2 |
I've got a weird phenomenon: I'm developping an application using my **french** Access 2003. I now also tested it on a machine with an **english** Access 2003 and now there are errors!? Like he can't find a certain field or form!
|
| Form not updating automatically using dcount | 03 Aug 2005 21:30 GMT | 4 |
I'm using the following in control source of a textbox =DCount("InitialAssesment","Wounds","InitialAssesment=YES AND WoundDate=date()") When I move forward to a NEW record the count is updated correctly.
|
| Adding data to table from VBA | 03 Aug 2005 21:12 GMT | 2 |
I am currently able to use the microsoft comm control 6 to get data from an external device. Using the MSComm1_OnComm() Private Sub saving the data to a buffer then from the buffer to a record in the table. The problem that I am incountering is that it puts the data in as a new ...
|
| Update Query through code? | 03 Aug 2005 20:56 GMT | 1 |
I have a backend mdb and a frontend mdb. I have added a field to a table in the backend using code. Now I need to update a query in the front end that feeds a form to include the new field added to the table in the backend. Can this be done through code thus the adding of the field ...
|