Recent content by duvenhlc

  1. D

    New Record

    I have a treeview consisting of three levels. The treeview triggers a query that display sub forms relevant to the data on the three levels, all work fine. I have a new record button, this open the form in "add new record mode" and on save will it update the treeview. All works fine, except that...
  2. D

    Create a new database

    I know it does not make sence, but the story is. I will be storing pictures in this databse. The database currently stores only the link and do not imbed the pictures. The problem with this is that if you put this database on a network, do you get problems when all the PC allowcate differetn...
  3. D

    Create a new database

    I am using a split database, I have a table to create new datasets. My question is it posible to create a new "database" for each new dataset. For instance, I want to add a new customer, and then create a new backend database for each customer outomatically.
  4. D

    Question Link files

    Good day, I have created a database that display pictures on reports. The pictures is link to the databse and not stored internally. The database is split to a front and back end. I have the macro to reconnect the back end if the position of it change. My question, is there a way to keep track...
  5. D

    Cross-tab in Graph

    Ok, I found the solution. Some common sense, select the graph in design view and under row source in the properties window, change the source to the Cross tab query. So I can go on with my experiments. Regards
  6. D

    Cross-tab in Graph

    Hi me again, Please look at the example I created. I create the radar graph from the cross-tab query. If new data is added, how can it update the graph automatically? I have used the method to extend forms or reports based on the cross tab query data, not sure how or even possible. I need to...
  7. D

    Refresh

    I requery a form when a "pop up" form closes, on the "close" command. How do I then reurn to the original selected recordset on the main form? The reocord I used to open the "pop up", it returns to the first record when I requery. Refresh is not working, since the main form needs to do a...
  8. D

    How do you resize the Access Window When launching application

    Try this, I use one. I make it to fit max on a small screen, and will then be the same size on a larger one. Put it on all your forms and they will overlay oneanother. Not the perfect solution but works for me. I really battled with screen sizes.
  9. D

    Updating fields

    I have a main form with a tree view. There is then a sub form that is queried by clicking on the tree view, to give me some main categories. There is second sub form that is triggered by clicking on the categories, to give me some questions regarding these categories. If I click on the...
  10. D

    How do you resize the Access Window When launching application

    I had similar problems with my applications. My database consist of a lot of sub and even to a thrd level of sub forms. The screen resizers did not really help me. The other problem is that it really stuff the icons on your buttons. I have done what you have done, I gave all the forms a fixed...
  11. D

    Combo box "All"

    Good day, Do someone have the code or the link to put the "All" property in the dropdown list. I need to give the users the option of selecting all records or some. I had it somewhere but can't find it. Lance
  12. D

    Drive Number

    Hi Rob, Here is something, I used it but please note it is not my stuff. I cant find the it on the forum again, wanted to add the link. Play with the code to suite you. Lance
  13. D

    Drive Number

    Thanks Guys, I have used you inputs. Please see the attached result. This DB will detect the USB drive letter and then give the serial number. Thanks. Lance
  14. D

    Drive Number

    Thanks it help me a lot. Is there a way to "outo detect" the usb drive's drive letter? My problem is that the drive letter may vary from PC to PC, this code will not be accesable for changes, or alternative is it possible to give the drive a name and then to search for that name. Regards Lance
  15. D

    Drive Number

    Good day, How can I read the serial number of a USB memory drive into a form? Regards Lance
Back
Top Bottom