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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by north2060

  1. north2060

    How can I get last and second balance from the table below.

    There will be 2 sql queries to find out Second last transaction: 1 09/11 2600 2 05/11 350 Last transaction: 1 11/11 2000 2 11/11 300 Thank you!
  2. north2060

    How can I get last and second balance from the table below.

    CNo Date Balance 1 02/11 3000 2 03/11 400 1 05/11 2800 2 05/11 350 1 09/11 2600 1 11/11 2000 2 11/11 300 CNO is Account number. Thank you!
  3. north2060

    Help! could not ping other ip

    After I logged in to the ISP using broadband I managed to ping only DNS server ip address. Can someone tell me how to fix this problem?
  4. north2060

    Help! please.

    How could I add new records in the table using a query? Can someone give me any hint? Thank you in advance. Any suggestion is welcome.
  5. north2060

    Excel Graph

    Could someone tell me how can I create 2 bars and 1 line chart from 3 sets of data? for example: %Male %Female Index Asia 49% 51% 89 Europe 52% 48% 180
  6. north2060

    How to change the value on Ubound combo box?

    I have an unbound combo box which on change changes other fields in the form. I am seeking your help to change the value on unbound combo box when "DoCmd.GoToRecord , , acPrevious" or "DoCmd.GoToRecord , , acNext" is used in other control. How can I do it?
  7. north2060

    Help Please!!!

    I am getting error message when I open main form which has few subforms. Could you please tell me why I am getting error message "Can't set value to NULL when checkBox property = FALSE"? It was alright before but when I deleted test data from all the tables I got this error. How can I get rid of...
  8. north2060

    Help!!! how to run set of queries using command button?

    Thank you for your guidance. I really appreciate you guys.
  9. north2060

    Help!!! how to run set of queries using command button?

    I am trying to run a set of queries using a command button so that it will delete the records from a table then append new records selected by queries. How I can do it? Is there any way?
  10. north2060

    How to recover accidently deleted records from a table?

    It was accidently deleted all records from a table in browse window. Is there a way to restore all records?
  11. north2060

    Please help me

    I have accidently deleted all records from browse window. Is there any way to recover all deleted records in the table?
  12. north2060

    Can not get sum of summary colums

    Thank you again, it works. You are great.
  13. north2060

    Can not get sum of summary colums

    Thank you! for your help. I haven't tried yet but I think it will work.
  14. north2060

    Can not get sum of summary colums

    I am trying to get the total of summary fields. I have five summary fields and created a formula field which add up all summary fields. I get correct total if all summary fields have the value otherwise it is blank. Can I have a suggestion how I can get the total of the defined summary fields?
  15. north2060

    Oracle error_log problem.

    You can first change the folder to read only. Delete the file. Restart the computer. It works to me.

Part and Inventory Search

Back
Top