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: sanjna000
  • Order by date
  1. sanjna000

    Converting Decimal value to Time

    Thanks Tony. Really appriciate u r help! Sanjna...
  2. sanjna000

    Converting Decimal value to Time

    Thank you so much for u r help Simon... Sanjna...
  3. sanjna000

    Converting Decimal value to Time

    Hi there, Does anyone know how to convert decimal value to time? eg: I need 3.75 convert into hh:mm format as 3:45 I really appriciate u r help... Thanks a lot in advance! Sanjna...
  4. sanjna000

    Open Dialog

    I used below code to use open dialog Application.GetOpenFilename ("Microsoft Excel Files (*.xls),*.xls") But i don't know how to display the file name in the open dialog box when selecting particular excel file. Any suggestions? Thanks, Sanjna...
  5. sanjna000

    Form Open

    Thanks Brian It works brill
  6. sanjna000

    Delete worksheets

    Thanks guys, It works perfectly! Cheers, Sanjna...
  7. sanjna000

    Delete worksheets

    Hi, i need to delete extra worksheets in my workbook. Sheets("Sheet1").Delete false this generated an error. Pls can anyone help me with this! I really appriciate u r help Thanks a lot for u r help in advance... Sanjna...
  8. sanjna000

    Form Open

    Hi There, i need to open up the main form when i double click on my work book. The code i used is as follows: Application.WindowState = xlMinimized Frm_Main.Show But the problem is once i double click on the work book the whole application is minimized including the form. Is there anyway that...
  9. sanjna000

    Time Function

    Hi there, I have 2 variables which are used to store from time and middaystarttime. for eg. from time = 15:00:00 middaystarttime = 16:00:00 If from time > middaystarttime then i need to perform a function only prob is if i give above values, the code does not identify 4 pm is greater...
  10. sanjna000

    referencing a particular cell

    Hi, I need to reference a particular cell in a different worksheet. I used following code but it doesn't seem to be working. ActiveSheet.Cells(invTotal_rno, invTotal_cno).Select ActiveCell.FormulaR1C1 = "=Sheets(1)!N24" What i want here is, i need to copy the same value in Sheets(1)! N24 to...
  11. sanjna000

    run time error

    Hey PH, I was able to solve the prob in my UPDATE query. Thanks for u r help. You are a star for solving my INSERT query.
  12. sanjna000

    run time error

    Cheers PH...You are a Genius !!! It works well. Do u have any idea of not working my UPDATE query.
  13. sanjna000

    run time error

    Hi there, I am using INSERT INTO query in order to add records to the access db using VBA. My code is as follows: rivate Sub cmd_OK_Click() Dim wrkJet As DAO.Workspace Dim db As DAO.Database Dim dbname As String Dim rs As DAO.Recordset Dim strSQL As String Dim Q As...
  14. sanjna000

    UPDATE query

    I tried to use following code. But it gave me an error stating variable not defined. Is any reference needs? DoCmd.setWarnings False DoCmd.RunSQL strSQL DoCmd.setWarnings True I really appriciate u r help! Sanjna...
  15. sanjna000

    UPDATE query

    Is there any way that i can run UPDATE query without using query def?
  16. sanjna000

    UPDATE query

    PH, I did execute the query. It didn't give any error but still not updating the table.
  17. sanjna000

    Date time Picker

    Thanks Unica. i will do that. Cheers, Sanjna...
  18. sanjna000

    Date time Picker

    Hi Unica, I've got office 97. I tried to find MSCOMCT2.OCX file, but couldn't locate it. Any idea? Thanks for u r help! Sanjna...
  19. sanjna000

    UPDATE query

    I tried but doesn't seem to be working.
  20. sanjna000

    UPDATE query

    PH, I used u r code. It generated an error by highlighting 'replace' stating that sub function not defined. Do i have to give reference? Thanks for u r help! Sanjna...

Part and Inventory Search

Back
Top