| Thread | Last Post | Replies |
|
| Select month from date | 31 Jul 2006 04:17 GMT | 4 |
In my school database, I have birthdate in short date format in my table. If I want to create a query to select all students with a birthday during the current month, how can I split up birthdate to do that? Thanks!
|
| Form and SQL Help please | 31 Jul 2006 03:52 GMT | 4 |
Basically needing a bit of help with MS Access, and a few forms im doing. Ive made a form, which is now linked with an imported MS SQL database/table.
|
| Setting text box using index expression | 31 Jul 2006 03:20 GMT | 8 |
I have a textbox "tbSession1" (Actually I have several) that when double-clicked will cause a related combo box to become Visable and dropped. I can obviously capture the name of the textbox in it's Double-click event,
|
| SQL Control Reference | 31 Jul 2006 02:15 GMT | 2 |
When UPDATING, INSERTING, SELECTING or DELETING in Access with SQL is it better to reference a Listbox field by placing the Listbox value into an Unbound Textbox or by refering to it by column....such as Me.Listbox.Column(0) also is it OK to use Me. in an SQL statement. Just
|
| Compile error on Combo box: Method or data member not found | 31 Jul 2006 02:00 GMT | 2 |
Novice I have a combo box on the header of my form that selects travel destinations. It worked fine until I changed the name of a field in the table (and in the code).
|
| dlookup | 31 Jul 2006 01:57 GMT | 6 |
I made a query called "STOCK", in that query there is a calculated filed called [Stock]. I want to have the value of that stock for each [ProductID] as it appears in the form "Products Deliveries".
|
| Combo RowSource | 31 Jul 2006 01:05 GMT | 2 |
I have a combo box whose underlying query contains [FirstName] and [LastName] as separate table fields. I want to populate the RowSource with a formatted name:
|
| Re: Validation of the New Record | 31 Jul 2006 00:56 GMT | 2 |
I have a form which takes values from the user and saves it into an existing table. The problem I face is when the user does enter some values and deletes it and closes the form still a new record is created.
|
| how to convert unicode text to normal text | 30 Jul 2006 18:19 GMT | 1 |
my some text has been converted in to unicode text. how can i restore my original text.
|
| How to highlight control with focus | 30 Jul 2006 18:06 GMT | 2 |
I would like to be able to highlight each control on my forms at it receives the focus. I could do this by changing the properties of each control individually, but that is a lot of work. Is it possible to write a routine that I can call from each form to do this ?
|
| How to update table with calculated form value? | 30 Jul 2006 17:55 GMT | 6 |
I'm very new to Access but I've created a form named NewMembers which is linked to a table called members. The object of the form is for the user to input new membership details and besides the usual fields of name, address etc. I have a field for Date of Birth. I also have a field ...
|
| Export Filtered Subform | 30 Jul 2006 17:20 GMT | 1 |
I have a filtered subform that's not linked to the main form. The data on the subform is filtered based on the controls on the main form. The filtered subform is showing data ok, but the problem is exporting the filtered data from the subform. I tried OutputTo method, but ...
|
| subform to subform | 30 Jul 2006 16:37 GMT | 2 |
Grreetings. I have a main form that on it I would like to either place a subform with a subsubform on it or instead place 2 subforms. What I am attempting to accomplish is to have one subform (B) dependent on the other subform (A)
|
| subform parameter input not linking properly | 30 Jul 2006 03:43 GMT | 1 |
I have a cascading product picker that relates 5 categories each providing a pick list related to a previous parameter. The picker works when placed in a form by itself, but the parameter doesnt pass when the combo-boxes are nested within the subform. I am currently
|
| Syntax error baffling me | 30 Jul 2006 03:38 GMT | 1 |
I am trying to run the procedure below and keep getting the error " Syntax error (missing opoerator) in expression." Access highlights this row: rs.FindFirst Criteria
|