Thanks Bastien. I am not sure exactly how to go about the solution you suggested, but I will read up on that. What was important for me was to know that a direct import from a binary file cannot be done. Much appreciated!
Hi, I have been trying to find a solution to this for a while without much success. Could someone out here please help?
I have a binary file that contains data that was exported from Microsoft SQL. I have the details regarding the various columns that are contained in the file.
I am not sure...
Thanks Frank,
I did manage to do what I wanted. Using a recordset was going to be my next approach. But I am glad I was able to fix the bug using the form. I appreciate your time. Thank you.
In Addition...
When using cdlOFNExplorer, the path and filename is displayed when I select only one file. But when I select more than one file, only the path is displayed. Any thoughts?? Thanks.
Hi,
I have a problem with extracting filenames from the open dialog when I use the cdlOFNExplorer flag. The program works perfectly when I use the following code:
With Forms("fMenu").CD
.MaxFileSize = 4096
.Filter = "All Files|*.*"
If...
I was wondering if Access permits updating of fields in a table that is open through a query?
Actually, I have a form that is based on a table. I run a procedure from the form and I try to update a value in the table that supports the form. I cannot update the table through the form itself so...
Can a Text Box get its value based on a query ? I have a text boxes, combo boxes and a command button on a form. When the user clicks the command button, I want a query to run (a sum query) and the result to be diplayed in one of the text boxes.
Can someone please help me figure this one out ...
I have been able to do most of this problem except for comparing two tables and deleting the duplicate records.
I import records from a text file into Table1. I have similiar a similar structured table T2. I have to append T1 to T2 but not the records already existing in T2(essentially i have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.