User Profile

Collapse

Profile Sidebar

Collapse
ggosavi
ggosavi
Last Activity: Jun 19 '07, 10:46 AM
Joined: Oct 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi,

    You can try this code snippet. I may be helpful.

    Code:
    <html>
    <head>
    <title>Country Selection</title>
    <script language="javascript">
    var Country = null;
    function init()
    {
    	var numCountry = 2;
    	var oStateSlct = document.CountrySelect.Function;
    	Country = new Array(numCountry+1); 
    	oStateSlct.options[0] = new Option("Please
    ...
    See more | Go to post

    Leave a comment:


  • ggosavi
    replied to Excel to DB format
    Hi,

    You can first store your excel sheet in txt format by "save as" option and select text tab delimited.

    Create a table in the access using "Create table by entering data". Here a table with blank fields is shown.

    Click on open and select files of type Text Files "txt".

    Then a link wizard will appear that will guide you through the process. Just click next...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...