| Thread | Last Post | Replies |
|
| ORDER BY Problem | 15 Apr 2008 08:10 GMT | 4 |
This SQL UNION works...until I place the order by statement in the mix. I need the order by to sort Num-Alpha fields...Any help Appreciated. Thaks DS
|
| Using more than one email client | 15 Apr 2008 01:47 GMT | 2 |
I'm developing a simple program for a friend of mine. The scenario is that he uses 2 email clients. Lotus Notes (Default) and Outlook 2007. The problem I am facing is that he needs to be able to send an email through Outlook. I've used the SendObject command which will ...
|
| Multiple users see table changes at different times? | 15 Apr 2008 00:48 GMT | 2 |
I have an application where users pull records from a common table which acts as a queue. The problem I am having is that different users are pulling the same record. I do have a locking mechanism which I have tested and it works flawlessly. This locks other users out while ...
|
| Tracking buttons clicked on a form | 14 Apr 2008 21:59 GMT | 1 |
Using Access XP. I have a "Menu" form containing 4 to 8 teachers names (depending on the number of subjects taken by a student). The student clicks on a command button associated with a teacher's name so the student can fill-in an
|
| One or Multiple Criteria Search Form | 14 Apr 2008 21:57 GMT | 2 |
Here is the code, I have split the search criteria because it was just too long and I have no idea how to work around that: Private Sub Command212_Click() Dim strWhere As String
|
| Combo Box value list acting like it's locked. | 14 Apr 2008 18:08 GMT | 1 |
The combo box is in the header section. Control Source: (is blank) Row Source Type: Value List Row Source: "Option 1";"Option 2";""
|
| AfterUpdate? | 14 Apr 2008 15:48 GMT | 2 |
AfterUpdating a control in my forms detail section, The detail-field_AfterUpdate event is triggered and calls another function that directly re-populates an unbound text box in the forms header section via a DAO SELECT reading the detail-fields from the underlying table. Even ...
|
| Combo Box Autofill | 14 Apr 2008 14:22 GMT | 1 |
I was wondering if it was possible to delay the autofill in a combo box? For example, if I was selecting color, I would type "R", but it could mean either "Red" or "Royal Blue" - currently, if I was to type "R", RED would show in the field, but I would only want RED to appear if ...
|
| Text getting cut off | 14 Apr 2008 14:08 GMT | 9 |
I am attempting to pass a large amount of text to a field when I close a form, however, the text is being cut off, usually ending in weird ASCII characters. It is random of how many characters it captures, but it never puts in the full amount of text that is in the field. ...
|
| Open Sub Form | 14 Apr 2008 13:29 GMT | 6 |
I have an Employee Form and form it I have a command button to open the subform time card. It does open it but what it does not do is add the employee # to the Time Card Table. Here is the code I use to open the sub form.
|
| Always asks to "Save Changes" to Form Design in Access 2007 | 14 Apr 2008 08:10 GMT | 1 |
After setting the format to a field in a subform, I always get the dialog box to Save Changes when closing the form. I have used DoCmd.Close asForm, strFormName, asSaveNo. OnClick of the CLose Form command button on the form.
|
| Look up between 2 times over midnight - is there an easier way than recordset code? | 14 Apr 2008 02:25 GMT | 22 |
I wanted to find out which factory shift, a particular time (Now()) falls into TblShift has ShiftName,-ShiftStart(time), ShiftEnd(Time)
|
| can't input into my form | 14 Apr 2008 01:50 GMT | 1 |
I have a form that I have been using to enter data into a table (or at least I think I have). The data source of the form is actually a query as I have several tables represented on the form. I know this has worked fine for everything I have
|
| Want to code a command button | 14 Apr 2008 00:05 GMT | 4 |
I've also posted in VBA Coding. I attempted to assign the TransferSpreadsheet command to a button, such that a person could click the button and have the resulting query transferred to a spreadsheet. I used the following code:
|
| Link a access .mbd file table to a pivot table in excel. | 14 Apr 2008 00:01 GMT | 4 |
How do we link a access .mbd file table to a pivot table in excel? Also if anyone can post a simple user form for data entry in excess table which I can begin with.
|