Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lywong111

    Date format in vbscript for outlook form

    Hi both, Thanks so much for helping PHV: Your code works! I just copy and paste into my code and it works fine now. Thanks. docjohn: Guess ur's couldnt work might be due to the "00".Anyway, U'vr also provided a good start-off. Thanks too!!
  2. lywong111

    Date format in vbscript for outlook form

    Hi docjohn52, Your code doesnt work in my outlook form. I'm using vbscript in my outlook form to achieve that scenerio, and outlook doesnt regconise the $ sign. Anyway, thanks for the help. Any alternatives you can think of?
  3. lywong111

    Date format in vbscript for outlook form

    Hi, I would like to display date in a textfield in the format 'yyyymmdd'. If I use: strGetDate=CStr(Year(InvoiceDate) & Month(InvoiceDate) & Day(InvoiceDate)) It gives me yyyymd. Tried use formatDate but it says type mismatch. Any ideas how to do it?? Thanks in advance
  4. lywong111

    Set DTPicker to display Null value?

    Realise DTPicker by default will display today's Date. Is there anyway to set the control to always display NULL until I clicked on the calender?? Read from somewhere that I need to set the CheckBox property to True inorder to have NULL value. But I doesn't want checkbox to appear in my control...
  5. lywong111

    MS DTPicker for Outlook form

    Hi, I need to use the DTPicker in a form in my outlook application. But I cant seems to find this control in my toolbox. I have the MS Office cd with me but how do I install this additional control into my outlook?? Pls advice. Thanks
  6. lywong111

    Automatic setting for rules in MS OUTLOOK

    Hi Lightning, It dun work. Whenever you haf a numeric value there, it will take that value as the date. EG if put: Field1 Between Today and (Date()-30) The outcome will be: Field1 Between Today and 05/30/04 If put -5, date will become 05/05/04 Which is obviously wrong. I'vr already tried...
  7. lywong111

    Automatic setting for rules in MS OUTLOOK

    Is there anyway to set the rules for the view such that the view will display field1(type is date) row in RED when field1 is 10 days later from TODAY?? In my automatic setting rules condition, I put: 'Field1' 'Between' 'Today and 10 days later' This condition ONLY works for if today is 04/27/04...
  8. lywong111

    set combo box to non-editable in MS Outlook form

    I have a combo box bound to a custome field in a form that I do not allow user to edit or type in new items. User can only select whatever item that is in the combox box. I have tried the read only option but once I checked it, I cant even select the combox box item. Pls advice. Thanks
  9. lywong111

    Populating items in combobox in Outlook!

    Hi, I have a form in a sub folder called "Project Profiles". It has a coding in the form that goes like this: Function Item_Open() Dim objNameSpace Dim objProjectProfileFolder Dim objAllProfiles Dim objFormPage Dim objComboClient Dim objProjectProfile Set objNameSpace =...
  10. lywong111

    Autopopulate data

    Hi Ken, Then how do you set the value in cmbbox2 to the first record listed instead of a blank one in cmbbox2 when it first started to requery?
  11. lywong111

    Autopopulate data

    Hi, I have a form with 2 cmbbox1 and cmbbox2. Both are bound to a table. How do i do such that when I click cmbbox1, cmbbox2 will show all data related to cmbbox1 and then after select the desired option from cmbbox2, both will save into the tbl. EG: cmbox1 values are: Red, Green, Yellow...
  12. lywong111

    Creating form using wizard

    Hi Aceman, If I wana use wizard to insert data into different tbls in a form, I MUST have relationship (like foreign Keys) thgy? Any websites to teach u how to use Access wizard?? Pls recommend..Thanks alot!
  13. lywong111

    Creating form using wizard

    Hi all, I need to create a form in access using wizard.However in the form, I have many textfields which to need to be bound to different table. How do I do it using wizard? EG: txtbx1 data go into tbl1 txtbox2 data go into tbl2 etc... Pls advice. Thanks

Part and Inventory Search

Back
Top