| Thread | Last Post | Replies |
|
| put record on button caption in continous sub form | 24 Nov 2005 06:37 GMT | 1 |
how can i do this? i tried the onload event as below: Private Sub Form_Current() Me.Command2.Caption = Me.sbu
|
| Syntax Error in Query Expression | 24 Nov 2005 04:45 GMT | 3 |
I keep getting an Error "Synatx Error In Query Expression" Its this Line: MyRate = "UPDATE JobsEmp SET [Rate] = " & Me.TxtNewRate & " " & _ If Me.TxtHidden = 0 Then
|
| Have "Enter" key function as carriage return in memobox | 24 Nov 2005 02:52 GMT | 2 |
I am trying toget the enter key to function as a carriage return in a memo box on a form. I can get it to carriage return but then it returns to its normal function, is there an easy way to stop the enter key from resuming its function after the carriage return is complete.
|
| DoCmd Driving me Nuts! | 23 Nov 2005 23:57 GMT | 2 |
I have the following code on the dbl click event. It works great in another database I created. However it returns a blank form when I use it in a new database. It should return the record with the matching DetailsID in frmEngLog. I only
|
| Question - Record Selection | 23 Nov 2005 22:24 GMT | 1 |
In the application that I am developing there are records stored. In some cases a revision or change needs to be done to that record. In this case I want to keep a permanent copy of the old record as well as create a new one with
|
| combobox not always displaying chosen content | 23 Nov 2005 22:21 GMT | 3 |
I have a subform with two comboboxes. One is dependent on the other and the control sources for each are in the same table. When scrolling through the records on the main form, the first combobox always displays the option that was selected previously. However the
|
| Attach form (current record) to email. | 23 Nov 2005 21:08 GMT | 1 |
I have a DB that is used to create Sales/Purchase Orders. I currently print the form (current page) and fax it to the relevant party. But I would like to be able to attach it to an email, or even convert it to an email so that I can send it to them from Outlook. Is this ...
|
| Use data from main form on subform | 23 Nov 2005 21:07 GMT | 2 |
Help, I have a mainform where I have a text field called PartNumber, when I enter data into it and hit the enter key I want it to add that data to the subform where there is a text field also called PartNumber. This I have accomplished,
|
| Syntax error - data format | 23 Nov 2005 20:52 GMT | 2 |
I'm trying to make a form in which the user enters a parameter to search a table with. The results would be displayed in a separate window. I'm a total novice at coding, so I really don't know what I'm doing. I made a combo box on my form, and the code is as follows;
|
| Get field information from current form. | 23 Nov 2005 19:48 GMT | 2 |
I'm trying to figure out how to get information from a specific field in a current form. What I need to do is retrieve this information, then call an if/else based on it using a command button. Any help would be greatly appreciated.
|
| changing value of 1 control based on changes in another | 23 Nov 2005 19:38 GMT | 1 |
i've done a bit of reading in this forum and concluded that using an 'OnChange' event to handle this is not advisable. what i read led me to believe that the 'BeforeUpdate' update was the way. what i want to happen is allow for any modifications to an 'On Study Date' field to ...
|
| Line Count | 23 Nov 2005 16:47 GMT | 2 |
Is it possible to count the number of lines of text in a text box? TIA Tom
|
| skip code | 23 Nov 2005 16:37 GMT | 1 |
Is there a way to skip code, here is an example of what I mean: Say you have a LastName field, and use Proper to convert smith to Smith. But, I want user to have option of using key combination or whatever to be able to type in MacDonald and not have afterupdate code
|
| Printview - debug error | 23 Nov 2005 16:32 GMT | 1 |
For some odd reason my printview button on my form does not work, I get a debug error telling me to check the macros...this is what I have for the code: Private Sub Print_Preview_Click() Dim strWhere As String
|
| Delete Query not working | 23 Nov 2005 16:20 GMT | 8 |
I'm receiving a message when trying to run a Delete Query: "Could not delete from specified tables." I can't determine what is causing the problem. The help message indicates that it is a security problem, but I don't see how. Can someone give me
|