February 12, 200223 yr 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 ]
February 12, 200223 yr 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.
February 12, 200223 yr Author 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.
February 12, 200223 yr 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.
February 12, 200223 yr Author 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.
Create an account or sign in to comment