| Thread | Last Post | Replies |
|
| Can't get a RecordCount in a subform | 20 Sep 2006 09:20 GMT | 1 |
I have used the basic code found on the forum to check a subform for records or not. This piece of test code shows me that I am getting the wrong answer. Private Sub cbxLastName_Exit(Cancel As Integer)
|
| Column fills with data | 20 Sep 2006 05:34 GMT | 1 |
I grabbed a mdb template for customers/workorders from MS. I am trying to modify the "workorder labor" form in design view to have the first field be a manually filled in dat, followed by start time, then finish time.
|
| How get combo box to show the entire line of selected item? | 20 Sep 2006 02:02 GMT | 1 |
I have a combo box from which my user will select from a number of lines. Each line has seven columns. When one of the lines is selected my code runs in the Click event proc and does what it is supposed to and that
|
| Macros with code | 20 Sep 2006 00:32 GMT | 3 |
How can I make a macro that executes a specified code? (I want to include some macros in a context shortcut menu, instead of using buttons in the form.) Thank you.
|
| How to Test if a Record Exists | 19 Sep 2006 23:21 GMT | 3 |
For the recordset associated with a form, how can I tell if a record is in the set... For example, if my primary key is pkID, how can I tell if the form that the user is looking at has pkID 15 in it's dataset? (Once again) I attempted to use for example:
|
| Hidding fields in form | 19 Sep 2006 23:13 GMT | 2 |
Hi every one:) I am not very familier in access and here is my problem. I have a form where i need to hide some fields when one fields content is selected.what formula will i use and also will that formula be under the
|
| Switch between forms | 19 Sep 2006 23:09 GMT | 5 |
Hi. I have a form (frm_1) which allows me to open another one (frm_2). The first one (frm_1) is maximized and I want the second one (frm_2) to be with its original size (I did the «code DoCmd.Restore» on Open). However, every time I open the frm_2, the frm_1 (stays behind) restores ...
|
| Find changes | 19 Sep 2006 22:51 GMT | 6 |
I have a form called client-form. All records are stored by clientID (ABCD, etc). I added a command button for find. When I click it, I see field "look in". That has my client-form and clientID. If it is clientID, it will work.
|
| Subform sintaxe | 19 Sep 2006 22:39 GMT | 2 |
Hi. Maybe this question is very easy to some of you... I have a subform 'subfrm_Correspondencia' in a main form 'frm_Obras' and they are linked by a field called 'Obra_ID'. The subform 'subfrm_Correspondencia' is a datasheet where the users enter
|
| Before delete warning | 19 Sep 2006 22:31 GMT | 2 |
I have a popup form and I want to make a warning before the user can delete permanently a record. I already made a macro with a MsgBox with the message «Do you really want to delete this record?», and assigned that macro to the form OnDeleting event,
|
| On form, text box is limited to 255 characters! | 19 Sep 2006 21:59 GMT | 16 |
Help! I have a simple form with text boxes that are bound to a table. The fields in the table are "memo" and should allow a large amount of data to be displayed. For some reason, the text boxes are concatenating my data to 255 characters! What's going on????!!!
|
| How to convert access form to an exe file? | 19 Sep 2006 20:41 GMT | 3 |
How to convert access form to an exe file?
|
| how to update calculated date in form into table | 19 Sep 2006 20:38 GMT | 6 |
I have created database. One of the fields in the form computes age of client based on dob and date of referral. It computes this information in form but I also want this information to be recorded on an associated table. I am not sure how this is done. Any advice welcom.
|
| Use CurrentUser to look up ID | 19 Sep 2006 20:24 GMT | 8 |
I know this should be easy enought but I can't seem to locate anything in the discussion groups or make it work. I have a combo box that looks up "users" from a table to be applied to a record. I would like to make the default "user" populate the field based on their login via ...
|
| Match value with combo | 19 Sep 2006 20:23 GMT | 3 |
I try to match values with combo. Values are match but i dont know how to set the combo with the match value. I ask the same question before for ListBox and this method works with that. But when i try to use the same with combo this wont allow me to set it according to the match
|