Search results

  1. D

    Retrieving the last modified date from a file uploaded in a URL -VBScript

    Thank you. I got what u were telling. But while using the FileDateTime in vbscript it is thowing error as I am passing the URL. Could u plz help me on this
  2. D

    Retrieving the last modified date from a file uploaded in a URL -VBScript

    Thank You for the reply. I am sorry that I am not able to get you. What u meant by Access version ? The file that upload can be any type(like excel,word)
  3. D

    Retrieving the last modified date from a file uploaded in a URL -VBScript

    Hi All, Can anyone have an idea about vbscript/vb macro code for retrieving the last modified date of a file uploaded in a URL. I am able to get the file but wanted to get the last modified date of it. Thanks in advance!!!!!!!!!!!
  4. D

    How to display the access form in the excel form

    Inserting multiple values Hi, Could any one tell me how to insert a multiple values in vba. I tried but dnt get solution CharName = ComboBox1.Value Created = TextBox1.Value Modu = TextBox3.Value 'Connection String Set objConnection1 = CreateObject("ADODB.Connection") Set objRecordset1 =...
  5. D

    Display data from access into spreadsheet

    Insert into multiple values in a single statement Hi, Could any one tell me how to insert a multiple values in vba. I tried but dnt get solution:banghead: CharName = ComboBox1.Value Created = TextBox1.Value Modu = TextBox3.Value 'Connection String Set objConnection1 =...
  6. D

    How to display the access form in the excel form

    Thanks for the reply, My requirement is: I have to generate a report when the user clicks the form designed in the excel where I have used MS access as a Back end. So I created a form in MS access which pulls the report. I am stuck on the place where I planned to call the access...
  7. D

    Display data from access into spreadsheet

    Thank you Alex
  8. D

    Display data from access into spreadsheet

    Hi, Could anyone give a solution for display the msaccess data into the excel spreadsheet. I am having the code to display it on Listbox but needed to display on the worksheet2. code: Set objConnection = CreateObject("ADODB.Connection") Set objRecordSet =...
  9. D

    Display Form without MS Access in Background?

    Hi Chad, Could u plz share the solution or code which u have followed
  10. D

    How to display the access form in the excel form

    can anyone help me n tis:o:banghead:
  11. D

    How to display the access form in the excel form

    I have attached the access screen.
  12. D

    How to display the access form in the excel form

    I have attached the access screen
  13. D

    How to display the access form in the excel form

    Hi Everyone, I have created a MS access form having a combobox,button. There I have coded like : When the user click on button,a report will be generated. My requirement: I need to show the access form in the excel form. I have searched and got code,which only allows me to open...
Back
Top Bottom