Jump to content

emmade

Members
  • Posts

    11
  • Joined

  • Last visited

About emmade

  • Birthday 05/01/1963

emmade's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. hi, I am looking for a sollution to find "contract" in the field subscription. This field is filled by using a value list. not a search like = "contract" but a search like field contains "contract" hope that I am clear thanks for your help emma
  2. Hi Vodka, Thanks it is working!! emma
  3. thanks to so much! I would like to have the user to select a category and the script to add an extra category to the search. So that the result (a report) will be the category the user selected plus an extra category (put in the script) thanks! emma
  4. Please can someone direct me in the right direction? thanks emma
  5. someone? thanks emma
  6. hi I can not think anymore (it seems) What I would like to do is to ask the user in de find mode to ask a category to search for. When done I would to extend the search with another category. So he asked for cat1 but he will get cat1 and cat2 back Can someone give me some direction how to handle this? thanks emma
  7. First at all thanks! But it is not working for me. Adding a second record works great but as soon I start the third record it takes the value of record is it possible that you make a small setup or have a look at my file? thanks a lot! emma
  8. Hi What I want to do: Database for keeping track of electricity use. So take start reading take end reading en use the outcome of end reading - start reading. The following day I create a new record and the start reading is the end reading from the previous day. But I do not seem to get it working! I can use the option value from previous record but that is the same field and not the value of the end reading field from the previous record. can someone give me a direction to find a sollution for this? thanks! emma
  9. Thank You for your help! emma
  10. that perfect (and thanks for your reply!) but is there nogt a sollution with some code like: If ( code = "aaa" ; sum ( number) ; 0 ) so that if I want to sum the field number if the code = "bbb" I only have to change the code to If ( code = "bbb" ; sum ( number) ; 0 ) the same as the sum funktion but selective (sum only if code = "bbb" again thanks for your time! emma
  11. Hi! I have the following problem 1 have 1 database with the following fields art, code, & number I would liek to have a calculated field with the following If ( code = "aaa" ; sum ( number) ; 0 ) but his works only for the current record and I want it done on all records can someone give me a direction because I am stuck thanks!! emma
×
×
  • Create New...

Important Information

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