Questions tagged [expressionbuilder]

95 questions
-1
votes
1 answer

How to continue combining two fields in form into one field?

I'm new to this whole microsoft access. I have created a form titled employee and have put it into design view. In a separate table the records of employees information is entered. I have to add the full name of each employee and have done only one.…
maxy
  • 1
  • 1
-1
votes
1 answer

How to combine two fields in Form to one field from Microsoft Access?

An example is trying to combine first name and last name into fullname from a table thats called employee. What expression do I type in the Control Source? I've typed FullName: [First] & " " & [Last] but it kept saying error.
Macy
  • 3
  • 1
  • 2
-2
votes
1 answer

F# Continuation Passing Style (int -> int -> int) option

I am making a function that takes one function, 2 integer values as input. I have to check whether the function and the values are None or Some. Some, None and option is quite confusing. The concept is simple but I don't get how to apply it into F#…
-2
votes
1 answer

Use custom functions in the Expression Builder

I added a function to get the Active Directory user login, for an Access DB using VBA, but I'm not sure why I don't see my function listed in the Expression Builder I defined the functions like in this question but I can not see the function in the…
Mike S
  • 296
  • 2
  • 14
-2
votes
1 answer

How to use MS Access expression builder for if fieldA value = " then fieldB = "

Using MS Access expression builder for if fieldA value = " then fieldBdate = " table name is myOrder; myOrder has several fields including fieldA text (using value list for value selection, of which "Received" is one); And another field is named…
user963063
  • 73
  • 1
  • 10
1 2 3 4 5 6
7