msadesign Posted January 9, 2008 Posted January 9, 2008 I think that what I am actually trying to do is to retain search criteria, but let me explain. I have a DB called PDB [plant database] and I use it as the source material about plants. It's a very husky and useful databank that I've developed over the course of 20 years or so. My workflow requires that I create conceptual plant lists as I move through a project [i am a landscape architect]. I find it most convenient to search the PDB for various criteria, generating a list that is used more as a touchstone during design than anything else. An example might be shrubs for a particular project that form a master list, excluding obvious plants that won't work and thus making the design a little easier. But I also need to save these conceptual plant lists and I cannot figure out a way to do it. Sure, I could create another table, but my workflow would have to change. What I want: I want to search PDB, find the plants that I might use on a project, assign a project number to them, and then move on. I want to be able to recall any of the conceptual lists by project number. Can I do this in the PDB table or do I need another table? Michael
comment Posted January 9, 2008 Posted January 9, 2008 If you are a single user, you could after a fashion do this in the same table - but I wouldn't recommend it. Why not add a join table between Projects and Plants (assuming you do have a Projects table)? I don't see why this would require changing your workflow in any significant way. All you would need to do, after finding your candidates, is to click a button and select a project. A script would take care of the rest.
msadesign Posted February 10, 2008 Author Posted February 10, 2008 Just wanted to thank you for your reply– I haven't gotten back to the project yet but didn't want you to think I wasn't grateful for the help! Michael
Lee Smith Posted February 11, 2008 Posted February 11, 2008 Take a look at this File and Video by Matt Petrowsky Link HTH Lee
Recommended Posts
This topic is 6189 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now