Ask a Question related to FileMaker, Design and Development.
-
inzane #1
Lookup fields
I have a field in the client database called userid, when i put a
number in this field it checks the internet database for that number.
If that number exists it pulls data from selected fields on the
Internet database and puts it into fields in the client database. When
i remove the userid all the details stay in the fields in the client
database. Is there a way to make these dissapear when the userid is
removed??
Regards,
Michael
inzane Guest
-
reverse lookup/domain lookup in PHP
http://www.whatismyipaddress.com/reverse.asp) to find the domain with PHP? I assume a DNS lookup requires an external server somewhere? you can... -
Getting Started with Access Lookup Wizard Fields
Hi There, I have an Access database with 2 tables. One Table is used to store nothing but Names. My goal is build a simple database to track... -
[PHP] reverse lookup/domain lookup in PHP
From: "Tim Baker" <Tim.Baker@paconsulting.com> That's be great if there was a PHP function to do this, something like gethostbyaddr(), wouldn't... -
Finding lookup fields in MySQL
I've got a lookup table for a lookup table and can't work out the SQL to do a search. Can anyone help? As an example, consider the following: ... -
lookup bug?
I'm going to have as much trouble explaining this problem as with dealing with the problem itself... When our employee creates a record in our... -
Michael Myett #2
Re: Lookup fields
You can do a Re-Lookup using the now empty lookup field or base the
values on a relationship instead of a lookup.
Michael Myett
inzane wrote:> I have a field in the client database called userid, when i put a
> number in this field it checks the internet database for that number.
> If that number exists it pulls data from selected fields on the
> Internet database and puts it into fields in the client database. When
> i remove the userid all the details stay in the fields in the client
> database. Is there a way to make these dissapear when the userid is
> removed??
>
> Regards,
>
> MichaelMichael Myett Guest
-
inzane #3
Re: Lookup fields
Michael Myett <michael.myett@verizon.net> wrote in message news:<nT1ob.32184$4O1.28828@nwrdny01.gnilink.net>. ..
> You can do a Re-Lookup using the now empty lookup field or base the
> values on a relationship instead of a lookup.
>
> Michael Myett
>
> inzane wrote:> > I have a field in the client database called userid, when i put a
> > number in this field it checks the internet database for that number.
> > If that number exists it pulls data from selected fields on the
> > Internet database and puts it into fields in the client database. When
> > i remove the userid all the details stay in the fields in the client
> > database. Is there a way to make these dissapear when the userid is
> > removed??
> >
> > Regards,
> >
> > Michael
Can you please explain how to do the re-lookup im new to the filemaker scene.
Regards,
Michael
inzane Guest
-
Michael Myett #4
Re: Lookup fields
In your primary file, isolate the record in question, then go to the
field your lookup is based on and select Relookup Contents from the
Records menu. If you have removed the userId this should clear the
fields.You could script this using,
Omit Record
Show Omitted
Relookup Contents [field lookup is based on] perform without dialog
Michael Myett
inzane wrote:> Michael Myett <michael.myett@verizon.net> wrote in message news:<nT1ob.32184$4O1.28828@nwrdny01.gnilink.net>. ..
>>>>You can do a Re-Lookup using the now empty lookup field or base the
>>values on a relationship instead of a lookup.
>>
>>Michael Myett
>>
>>inzane wrote:
>>>>>I have a field in the client database called userid, when i put a
>>>number in this field it checks the internet database for that number.
>>>If that number exists it pulls data from selected fields on the
>>>Internet database and puts it into fields in the client database. When
>>>i remove the userid all the details stay in the fields in the client
>>>database. Is there a way to make these dissapear when the userid is
>>>removed??
>>>
>>>Regards,
>>>
>>>Michael
>
>
> Can you please explain how to do the re-lookup im new to the filemaker scene.
>
> Regards,
>
> MichaelMichael Myett Guest



Reply With Quote

