| Thread | Last Post | Replies |
|
| Calling a java program from VBA | 11 Jul 2005 08:59 GMT | 1 |
How can I pass values to and from a Java application from inside a VBA program? Thanks, Keith
|
| adding a record from a form to another form | 11 Jul 2005 06:55 GMT | 3 |
Hi: I have one form called Participants and have a button that when clicked takes me to a registration form. I would like it to carry over some information from the participants form, open a new record in the registration form. This is the code I have for my register button:
|
| Set all textbox controls of a form to 'edit false' | 11 Jul 2005 05:51 GMT | 4 |
again I would need your help to solve another problem .... What I would like to do is to set all the controls of a form and subform to be 'non editable' if it's a textbox or cbobox I have setup 3 user levels and the at level 0 no edits should be allowed
|
| Report from Form w/Criteria | 11 Jul 2005 05:13 GMT | 1 |
I have a form that derives it's data from a query with criteria [Type Arrival Date]. I have a report that is opened with a command button from the form with the following code on the On Click event: Private Sub cmdPrintArrivals_Click()
|
| How do I jump to a certain field? | 11 Jul 2005 02:48 GMT | 1 |
New to Access please help On Form Me!Num Database Vendor In Sub Num_LostFocus()
|
| Form automatically updates value | 11 Jul 2005 01:04 GMT | 3 |
I am programming a form where the user can input some data which can then be saved to a field in a table. One button is for saving the changes, one is for canceling. If the user clicks cancel, there should be no changes saved, right? Wrong, the database contains the changes the user ...
|
| Nulls And Zero Length Strings | 11 Jul 2005 00:21 GMT | 4 |
Reading the help section it states that I can use the "Required" and "AllowZeroLength" properties to prevent users from leaving fields blank. Those two properties don't seem to appear for fields with data type "Number". It appears I can only set the "Required" property to Yes for ...
|
| unbound Field | 10 Jul 2005 23:48 GMT | 1 |
I have a form that I want to display values from tables or queries that are not part of the form or subform. If I make a relationship with the table or query that has the information I want displayed, it makes the record set non-updatable. As a result, I am thinking that an ...
|
| Maximize App from taskbar | 10 Jul 2005 22:44 GMT | 1 |
How do you through code min or max the application to/from the menu bar? I tried the docmd and all that it affects is the form not the application, I need too through code minimze the app to the taskbar, then through code at a later time maximize it from an on timer event.
|
| Referencing another field in a subform from the rowsource of a combo in the form. | 10 Jul 2005 16:27 GMT | 2 |
Access 2003 / WinXP Pro SP2 I cant quite seem to get this right. I have 2 combo boxes in a subform. The first combo [Prod_Cat] simply select from a list of Categories. Works
|
| Form_Current event not functioning quite correctly | 10 Jul 2005 16:08 GMT | 6 |
Hi all (again!) I am using the following code to show current position in a set of records on a custom record counter: Private Sub Form_Current()
|
| Binding Data to Forms, Textboxes etc. | 10 Jul 2005 15:48 GMT | 3 |
I'm an 'old hand at Access' trying to convert to Visual Studio .net I'm at the end of frustration over what is probably a very simple problem. I want to implement the following User interface. Display data for all rows from one column from a dataset (Dset1) in a
|
| How To Determine New Record | 10 Jul 2005 15:43 GMT | 2 |
Hi Again, I have a table named StudentProfile and I need to know if the current record is a new record. What is the code that will let me know that?
|
| Opening a new form from another form | 10 Jul 2005 15:25 GMT | 12 |
i have a form(form1) which i use to enter a name into and then press enter which opens up another form(form2) ,this bit i can do, but i cant seem to find out how to get any information(address and Contact details etc) relating to the name i enter out of the table(table1) and into ...
|
| Parameter Problems | 10 Jul 2005 13:06 GMT | 2 |
I'm getting a "Too Few Parameters" Expected 1 error message Below is the code I'm trying to get to work. If I leave out the db. OpenRecordset part, it works. If I leave it in I get the error message. I would appreciate it if someone could throw some suggestions my way.
|