Search results

  1. L

    Between Function In VBA

    Is it possible to use a Between function in vba as you can in a query? Also how can i reference a field in another table other than the one I am currently in?
  2. L

    Hidden Fields

    I wish to hide a field and only make it seen if they order over 50 of one item then i wish to make the new field requiered. on my table I have Order Amount: Order Comment: plus several other fields, but the order comment field I do not want to see on a form unless the order amount field has...
  3. L

    Delete file not in database

    Is it possible to delete a file that is not in a database? What I have is a simple macro that imports data form "readings.txt". This file is automaticly generated by another program. After i import the data, i need to delete the old "readings.txt" file so that I will not have double data next...
  4. L

    Any Ideas Will Help

    I am not sure if this is even possible. I have a table in my database that contains specifications numbers i.e. the length of product "A" is 150 inches (Length Field) and the width is 8" (Width field), There are about 100 different products total. Well my problem I have run into is that I want...
Back
Top Bottom