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 SkipVought 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: *

  • Users: siebel2002
  • Order by date
  1. siebel2002

    Getting code to wait for a response from another form

    Here you go! Add the following code to the OnChange Event of the Calendar control: Replace AXControlDate with the name of your calendar control Private Sub AxControlDate_Change() SetDate(AxControlDate) End Sub Be sure to Add the follwing to the Declaration Section of theStandard Module &...
  2. siebel2002

    MS Date-Time Picker Control

    Thanks Gurus!! You have ALL been very helpful & I am now able to incorporate the DateTime Picker in my app. Again, I appreciate your feedback
  3. siebel2002

    MS Date-Time Picker Control

    I tried systen32 folder..still.. no use! Any ideas please? Thanks gurus
  4. siebel2002

    MS Date-Time Picker Control

    I am running Windows 98 in my laptop. I would lik to add the activeX control "Microsoft Date Time Picker Control". The dll is mscomct2.ocx.Can anyone tell me which folder should i add this file . Is it Windows\System or somewhere else? Thank you.
  5. siebel2002

    Download File from The Web

    Currently I carry out the following series of tasks manually. Is there a way to automate the process? Tahnk you. 1. Paste an an Internet address in the browser window and click GO 2. The host web site come up on the screen, with a log-In screen for user Name & Password. I enter the same and...
  6. siebel2002

    3183 Not enough space on temporary disk. !!

    Thanks Richard. I am currently in the process of checking into all this. Thx again!!
  7. siebel2002

    3183 Not enough space on temporary disk. !!

    Hello: I am running a make table query and I get this error. I used the query design grid to create the query and it takes about 10 min to run & 'complete' the query ..yet at the end of it all, i get this nasty error message.. Error Number :3183 Error Description: Not enough space on...
  8. siebel2002

    TransferText imports just the first field!!

    Exactly! Truer words were never spoken indeed!!!
  9. siebel2002

    TransferText imports just the first field!!

    Hi : Just a quick update... The puzzle is solved. The TransferType had to be changed from acImportDelim to acImportFixed, as my import file was configured fixed width. It was a silly oversight on my part. Just wanted to share this...
  10. siebel2002

    TransferText imports just the first field!!

    Hi;; When I do it manually, with the same data types for the fields, everything gets imported OK... Still a puzzler..
  11. siebel2002

    TransferText imports just the first field!!

    Thank you. Yes I set up the import specification, "Security Deposit".It is set up such that no field is skipped. Yest, it only imports just the first field. The column headings for the remaining fields shows up correctly, but without any data.The original txt file has data in all the...
  12. siebel2002

    TransferText imports just the first field!!

    I am using the following code to import a .txt file into my access table. It only imports just the first of the total 4 fields. DoCmd.TransferText _ TransferType:=acImportDelim, _ ImportSpecification: "Security Deposit", _ tableName:=tblDeposit, _...
  13. siebel2002

    What date is last week Friday?

    Good morning Raskew: What an elegant solution indeed! Thank you
  14. siebel2002

    What date is last week Friday?

    Thank you so much.. Great help..
  15. siebel2002

    What date is last week Friday?

    I would appreciate any help in snippet of code to determine the date for last Friday. Thank you..
  16. siebel2002

    Cant Change the value if a field in a table!

    hi Rollieee: Yes it is updateable!
  17. siebel2002

    Cant Change the value if a field in a table!

    Thanks for all ur feedback .. Still no closer to resolving this.. Will keep u posted when i get a solution.. Thax again
  18. siebel2002

    Cant Change the value if a field in a table!

    Hi : The question stil is : Why cant I go to the table and edit the value in a given field and have it stick? Thx!
  19. siebel2002

    Cant Change the value if a field in a table!

    Hi Rolliee: Thax..Allowedit is set to true!
  20. siebel2002

    Cant change the value of a field in a table !

    Thanks again Ken.. There is no autoexec.,..but there is a log on screen as the startup form..i have checked the code behind taht form and there is no mention of this table anywhere in the form module..It is a puzzle.. Have a great weekened!

Part and Inventory Search

Back
Top