Search results

  1. B

    Make a file on harddrive the constant datasource

    Can anyone help me with setting up a Visual Basic project to where the datasource I use is a Access database on my harddrive. This Access database isn't linked to a server or anything. It's just a database I created and would like for my project to open this file everytime it's attempting to...
  2. B

    How to make 1 database the datasource in Visual Studio?

    I'm trying to figure out how to make it to where I connect to a database I've created on the harddrive. I don't wanna code through Access and prefer Visual Studio. The database is just something I've created on my harddrive. It's connected to a server using an ODBC connection. It's just an...
  3. B

    write data from report to CSV file

    Hello, what I'm trying to do is write data from a report (manifest report) that was generated. The report is ever changing, so I use the unique manifest number generated that's part of the report to determine what data I need to write to the CSV file. Also, in this CSV file, I am trying to use...
  4. B

    using form w/ comboboxes to display data in subform

    Hello, I'm trying to use information based on items selected in a combobox in the main form. Once the user selects the desired info in the comboboxes on the main form, I want the subform to display the data that matches the search criteria in the main form. For instance, if I select a job...
  5. B

    display data on subform based on comboboxes in main form?

    Hello, I'm trying to use information based on items selected in a combobox in the main form. Once the user selects the desired info in the comboboxes on the main form, I want the subform to display the data that matches the search criteria in the main form. For instance, if I select a job...
  6. B

    Can't populate data in flexgrid

    I have a problem where a flexgrid isn't populating the data. However, when I put a breakpoint in the program and step through it, the flexgrid then gets populated with the correct data. I've used breakpoints in different places, and I can't seem to find any problems in the steps when running...
  7. B

    Hierarchial FlexGrid Control?

    I'm trying to add a Flex Grid in my access Database. I'm using Visual Basic 6.0, but can't seem to find the Hierarchial FlexGrid Control or the Microsoft ADO Data Control (OLEDB). It's supposed to be under the Project menu, but I can't find it. I'm trying to add in a new library, but don't...
  8. B

    Need help with a Do loop containing EOF

    I'm having a problem with my form where everytime I try importing a file into my database, I received an "overflow" message. It appears the problem is somewhere in my Do loop. The following shows what my code looks like right now: Open txtCSVFileToUse For Input As #1 lvRandNum = Int((1000000...
  9. B

    Question on How to Grab an Excel file on the local hard drive

    Hello, I was needing some help coming up with the code to search the local hard drive and grab a file and then import it into an Access table. I'm trying to do this on a form if possible. If you know of another way, that would work. Any help would be appreciated. Thanks.
Back
Top Bottom