Hello. I'm not sure of the best way to set this up, but I have a table with a document_name field and a due_date field. Here's my dilemma: I want to have a form that I can input a document name in a text box and have a drop down with a weekday listed. Then after the user selects the due...
Hello everyone,
This is my first post to this forum. I am exporting a MS Project file to Excel using the wizard. Is there a way to capture the formula's Project uses and have them export to Excel as well? Its a simple project plan, with task names, baseline start, baseline finish, actual...
Hello everyone,
Although an easy question for all, I still need assistance.
I have a text box which increments +1 when a new record is added. I have it placed on the control of the text box, but would like to have it automatically run when the form is opened. The code in the control is...
Hello all,
I have a combo box called cboOSC on a form frm94. The combo box is populated by a subform. I want to dblclick on cboOSC to bring up another form called frmOSC. The frmOSC needs to be filtered by the value in cboOSC. When frmOSC pops up, it asks to input a parameter value. In the...
Hello all,
I am having a problem sending an email using SendObject. When I use it once, it works fine. After trying the second time, I get an error 'The SendObject was canceled.' If I close the database, then reopen it, it works fine again. Although only once, of course. This is accomplished...
Hello all,
I searched through the different posts for a way to alternate the background color between records on a report. The code I used was this:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Const cLightGrey = 12632256
Const cWhite = 16777215
If...
Good morning all,
I have a question concerning an autonumber field. Each record is autonumbered with the format \70"IW-"0"3-"000. Each record is numbered as 70IW-03-001, 70IW-03-002, etc. This works fine when the record is input in an access report or an .rtf file, but I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.