Jump to content
Server Maintenance This Week. ×

Repeating Field and Multipule data entry


This topic is 7329 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am designing a contact relationship database. I need to use a field that can have multipule lines of data, (ie repeating field), but that can have new data added by clicking on a button to insert date, without it deleting what is already in there. Any Ideas!?!?

Cheers

Mavhack

FileMaker Version: 6

Platform: Windows XP

Link to comment
Share on other sites

Mavhack, it sounds like what you need is not a repeating field but a plain old text field. Here's how I have done it in the past.

1) Create a text field to hold the contact info text, call it ContactInfo

2) Create a second field for the new text to be appended, call it NewText

3) Have your user enter the new data into the NewText field and when finished have them click a button to complete the task.

4) Attach a script to this button that effectively does the following:

Set Field(ContactInfo, DateToText(Status(CurrentDate)) & ", " & TimeToText(Status(CurrentTime)) & ": "

Link to comment
Share on other sites

This topic is 7329 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.