Filter List View: "Given to" [My]
Hi there.
I've got a tricky problem so solve.
I want to filter a list. The column is called "Assigned to" (which is a
string) and I want to create a view for the members of our team to view
only their assigned tasks. (Like "Modefied by [Me]")
I can not however use the "Look Up" Column Type. I have to use "typed
in" Strings.
So far I tried
LastName FirstName
FirstName Lastname
Mailadress@xxxxxxxxxx
Login
Domain\Login
Every time when I go to the view/website I get a "Display Error".
Any Suggestitons?
Thanks Hannes
.
Relevant Pages
- Re: Filtering records on a form using multiple combo boxes
... So, then, you will need to build the Where string from that information, ... these 3 combo boxes have command buttons to activate the filtering ... filter the field in the record list box.. ... For the Agent Combo Box, ... (microsoft.public.access.forms) - RE: Set Filter from Startup form to another form
... Private Sub Form_Load ... Dim strPrg As String ... Private Function StartProgramAs String ... Now all that is necessary is to set the filter for each form where you want ... (microsoft.public.access.formscoding) - Re: Filter for Report not working?????
... cno2, cField string ... contFilter DynArrayString ... I surround the value with quotes to make it a string otherwise the filter ... I decided to go with a table in PRIV for the report. ... (comp.databases.paradox) - data access page search code
... Dim SerVal As String 'Value to search against ... Dim strWhere As String 'The filter to use ... Dim strPrompt As String 'MsgBox prompt to use ... (microsoft.public.access.modulesdaovba) - RE: Query form coding
... What is the record source of the report? ... Dim strSource As String ... ' Remove Filter ... For Each varItem In Me.namelst.ItemsSelected ... (microsoft.public.access.formscoding) |
|