Hi,
We are using thousands of Solid Edge parts daily and I would like to create a database that we could use to update some file properties as well as search for existing file instead of creating duplicates.
As of right now, I have a VB program that creates an excel table with the data I want. Now that i know the code works, i want to transfer it to Access.
What I would like to do:
- Have a DB that is updated hourly (or at least once a day)
- Create a userform that will be used to search within the DB.
- When using the userform, I want to be able to edit fields and that the file properties reflect those changes.
- I want the DB/search to be quick, there will be ~10000 entries. (Those 10000 entries could be seperated into ~10 groups/tables as there are ~10 part groups. This would allow the search to go through one or two tables instead of the 10000 entries when searching)
Code-wise, I think I will be able to handle all the post-programming (search, modify, etc). What i need to know is how to setup a table with the data and how to link it. (What kind of db do you suggest me, etc..)
I would really appreciate if someone could show me the way on how to start this project, as I never configured a DB from scratch before.
Thank you very much!
We are using thousands of Solid Edge parts daily and I would like to create a database that we could use to update some file properties as well as search for existing file instead of creating duplicates.
As of right now, I have a VB program that creates an excel table with the data I want. Now that i know the code works, i want to transfer it to Access.
What I would like to do:
- Have a DB that is updated hourly (or at least once a day)
- Create a userform that will be used to search within the DB.
- When using the userform, I want to be able to edit fields and that the file properties reflect those changes.
- I want the DB/search to be quick, there will be ~10000 entries. (Those 10000 entries could be seperated into ~10 groups/tables as there are ~10 part groups. This would allow the search to go through one or two tables instead of the 10000 entries when searching)
Code-wise, I think I will be able to handle all the post-programming (search, modify, etc). What i need to know is how to setup a table with the data and how to link it. (What kind of db do you suggest me, etc..)
I would really appreciate if someone could show me the way on how to start this project, as I never configured a DB from scratch before.
Thank you very much!
Last edited: