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 wOOdy-Soft 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: jonra
  • Content: Threads
  • Order by date
  1. jonra

    connection statement for microsoft sql server 2000

    hi all, how to write a connection statement in JSP for Microsoft SQL Server 2000? is a driver file needed? if so where to get them? thanks
  2. jonra

    how to exit microsoft access?

    how to exit microsoft access totally aft clickin a button? thanks..
  3. jonra

    open form from subform help..

    i wan to open a form using selected id in a subform as criteria....how can i do it?...thanks
  4. jonra

    error converting to MDE file

    when i try to convert my file to mde..it tell me that the database could not be converted to MDE...wat could be the prob?
  5. jonra

    what error?!

    "class does not support automation or does not support expected interface"...what is tis error?... tis is my code Public Sub sentMail() Dim objOutlook As New Outlook.Application Dim objMessage As MailItem Set objOutlook = CreateObject("Outlook.Application") Set objMessage =...
  6. jonra

    how to save microsoft words document?

    Public Function CreateWord(strDocuPath As String) 'function returns nothing, but I created this as a 'function so all those macro users out there could 'use it also. :P 'if no path is passed to function, exit - no further 'need to do anything If IsNull(strDocuPath) Or...
  7. jonra

    what could be wrong?...

    i wan to open a report from my form...when i click the button to open the report...it gave me a error "Data type mismatch in criteria expression"...whats wrong?...can someone help?... my code Private Sub Command12_Click() On Error GoTo Err_Command12_Click DoCmd.OpenReport...
  8. jonra

    if value is equal to or greater than 3 then...

    when a textbox value is equal or greater than 3 i wan to open a form...how can i do it?thanks...
  9. jonra

    count records...

    in my subform,a car number hav mani records..how can i count them n list the number in the main form?pls help..thanks
  10. jonra

    search on form..

    i wan to create a form to search for owner of car use car number..i hav 3 textbox in my form..1 for car number,1 for name n 1 more for enter car number to search...i wan the result to be display in the textbox..can u all help me?...thanks...
  11. jonra

    how to send email from form?

    i wan to create a button then after pressin the button it will send a email to email add in the database...how can i do it??...thanks..
  12. jonra

    how i do make a add record form's fields wif no values when open??

    i hav a add record form,when i open it there is always value in the fields,how do i make the fields wif no values when i open the form???...
  13. jonra

    how to enabled a textfield after clickin a button on a form?

    when i open the form,as i dun wan user to be able to enter anything at first i disable the button.i wan to enable the buttons after i click on a button.how can i do it???can u guys pls help...thanks!
  14. jonra

    how to fixed a form's size?

    i adjust a size for a form and i wan it to be fixed.i dun wan user to be able to adjust it,how can i do it?pls help...thanks!
  15. jonra

    after calculating a value,how do i store it in the database???

    my Activity txtfield is Effort txtfield *Rate txtfield but after calculated.. the value is nt store in the database pls help,thanks!
  16. jonra

    how to do a search engine in access???

    i want to create a search engine using a form...izzit possible??...if yes may i noe how to do it?...

Part and Inventory Search

Back
Top