Recent content by f_disk

  1. F

    Excel Spreadsheet will not import into Table

    your worksheet I removed the two blank excell sheets you had and also removed the "titles" of your columns and got your spreadsheet to import fine. I also did not designate the first column.. If you can get it into your db then you can always add the headings later... Hope this helps..
  2. F

    error when zipping file

    try this link give this link a shot ... there are a few self installer programs you can get for free...ezInstall 7.3 for example... Hope this helps you ! http://www.newfreedownloads.com/find/self-extracting.html
  3. F

    error when zipping file

    check your file You may want to check the file as some will not work directly from a zipped version until unzipped. Also, if you extract the file to say your desktop and you have problems right click it and see if in the properties are checked as read only. Uncheck it if it is and it will...
  4. F

    I can't upload this ..to big...please help..

    got the clear button figured out...a little My clear button will now clear all the areas I want it to... The only problem with it now is the subform shows the following when I clear it..even at start up. toner, input, paste and results are suppose to show up. The items below them are not after...
  5. F

    I can't upload this ..to big...please help..

    any chance any chance you could download the database and take a look at it...It might save a ton of frustration..?
  6. F

    I can't upload this ..to big...please help..

    don't think I can The subform is the result of a query that is run at program start up and during program use...
  7. F

    I can't upload this ..to big...please help..

    The original file is about 7.5 megs I did the compact and it brought it to about 7.2...I then zipped it and got it to around 2.2 megs... The upload here is 363kb ? Theres no way I can get it that small. Any suggestions ? I posted it at savefile.com it is 2.23 megs...sorry couldn't make it any...
  8. F

    how do I update a subform based on a query ?

    hmmm not working I have uploaded the database to this url... It's about 5.75 megs...sorry... Maybe by looking at it you can tell what the problem is... I do know that the subform is run through the query and maybe we need to stop it there at the initial load up. While you looking... Could you...
  9. F

    how do I update a subform based on a query ?

    runs from query If this helps you here is the code for the search button which you click after you have selected items from the list on the right. Private Sub btnSearch_Click() ' Update the record source Me.frmsubClients.Form.RecordSource = "SELECT * FROM qryClientData " &...
  10. F

    how do I update a subform based on a query ?

    I would like the subform in the lower left corner to be blank when I open the program. It is populated from my tblClients table. How it works in general is you select "x" number of items from the list box...hit the search button and the results go through a query and then show up in the subform...
  11. F

    run pop up message in background ?

    pop up Keith : I maybe doing something wrong but, it still has the same problem with the form as with the pop up. The other problem I just found out is that when the pop up is open and running the program will not advance to the next screen unless you click and "ok" button which I prefer not...
  12. F

    run pop up message in background ?

    I want to run a pop up message "invisibly". I have a flash file that jerks when run in access but if i run it with a pop up it runs fine so I want to run the pop up but, keep it hidden. Without using minimize.
  13. F

    using a barcode scanner

    Hmmmm.... Any chance you would want to share this db It sounds intrigueing. We use EAN-128 and UPC-A barcodes. (Edit mode for any needed modifications)
  14. F

    help with query input please

    thank you I ended up using your idea and then some. I now have a text box where I can enter one and find the results and I have a list box that will allow me to select any amount from the list and then do a search and pull up the results. thanks again for your help !
  15. F

    Thanks Everyone !!!

    Hey ! I just wanted to take a minute to thank everyone for any help you have given me or anyone else in this forum. I know at times it gets frustrating answering the same type of questions over and over and the more experienced have to be thinking "this is so easy I don't get why they can't...
Back
Top Bottom