signal Posted February 12, 2002 Posted February 12, 2002 Lets say I have a database with lots of records and fields. Can I update one of those records with an import of only the fields that need updating or will it wipe out the other fields in that record? [ February 12, 2002, 06:55 AM: Message edited by: signal ]
danjacoby Posted February 12, 2002 Posted February 12, 2002 Don't get your hopes up; this isn't exactly an answer to your question, but... Often, I'll open FMP and create a file (or two, or three) just to test a possible solution to a question. I was about to do the same thing here, just to be able to answer your question, when it occurred to me to suggest that you do the same. Create a file with two text fields. Create some records in that file. Then save a copy of the file and change some of the data. Then import, only importing one of the fields. See what happens. There are two benefits to this general approach (i.e. creating test files). One is that you can answer your questions without screwing up your main files. Another is that you will often bring the problem into focus. In this case the question is clear, but many posts are muddled; if people would try this problem-solving approach, they will often come to understand precisely what they want to accomplish. OK, I'll get off my soapbox now. Let us know what you find.
signal Posted February 12, 2002 Author Posted February 12, 2002 Actually, I am going to try it myself but I thought I would first see if anyone had already tried it. I certainly wasn't trying to get someone to do it for me, just save a little time. I will post the results later.
Vaughan Posted February 12, 2002 Posted February 12, 2002 Danger! Danger Will Robinson! <frantic waving of arms> Any solution that relies on importing will break when used multi-user! Try using global fields and a relationship instead to bring the data across.
signal Posted February 12, 2002 Author Posted February 12, 2002 Unfortuneately, there are a gazillion variations on how the data could change. And each user will be storing and modifying their own set of data. The only changes I want to import are things like an address or phone or email change. Then I can give the end user the option to import the file or just manually enter the changed info. I don't need anything synced.
Recommended Posts
This topic is 8321 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