Search results

  1. D

    How to Create dBase4 file from .txt

    Is there a way in VB to create a dBase file using a .txt file as input? Thanks, Denny
  2. D

    Error 32811 in Executing a Procedure with VB Code

    I have a user on Access 97 trying to run a VBA procedure and she always gets an error message: 32811 Unexpected or Unknown Error I have other users who are able to run this same module with no problem. I have had her re-import the form a couple of times since I saw something in the Knowledge...
  3. D

    Error in Exporting Report To Excel

    I'm using Access 2000 on Windows 98. I have a report that I'm trying to export to Excel from the Report View. The pop-up window indicates that it's exporting 14 pages even though there are only 13 pages in the report and then I get an Access error: "Microsoft Access can't retrieve the value of...
  4. D

    Multiple Nondefault Instances of Forms

    I can't understand the description of how you create these instances from the Help information. Can anyone give me a more complete example of the VBA code than just the Dim statement that is provided in the Help text? Thanks, Denny
  5. D

    Multi-user problem

    I have encountered a problem when two users are accessing the same form over a network simultaneously. I modify the properties of the form within the code, i.e. Visible property of certain controls, based on the user's actions. The problem is that the users get a message from Access...
  6. D

    Clearing the Value in a Combo Box

    I am limiting the values in a combo box, ComboBox2, based on a selection in another combo box, ComboBox1. I get the drop-down list of values to change in ComboBox2 but the displayed value is still retained from the prior selection. For example, the first time through the user may have...
Top Bottom