Greetings again!
I have a following problem: I have a form in continuous mode. Users are supposed to filter data in it to their liking using inbuild filters in Access. After that there is a button that should calculate total weights in filtered records (at this point, I add more calculations...
Greetings again!
One quick question: Can in function Docmd.OpenForm its wherecondition be a boolean value (true/false)? I try to make button to open a new form on a click and show only records that are True in certain yes/no field. I have tried several solutions but nothing works then I...
You are probably right about normalization. Total pottery weights are located in their find unit table and finds are on their own table. Both table contains additional info. I probably should have put pottery weights to separate table in a manner you suggested and linked it to either unit table...
Unfortunately, that is not possible due to structure of out data :( (too long to explain). Fortunately our data amount is not overly large, so this DLookup function doesn't slow down query, where I use it. Thanks for concern thought.
Television
Greetings!
I made a custom function to look certain value from table based on couple of criterias that it gets from query where I want to use it. Function's code is below:
Public Function PotteryWeights(strLocusID As Long, nrPotSubID As Long) As Variant
Dim priSubID As Long
Dim...
This is getting stranger all the time. First I work couple hours with this problem creating new version of said form, trying different things and nothing works. Then I leave this problem alone and do other stuff and now my form is working as it should be. I really don't get it, but I guess this...
Greetings!
Strange problem again: I have a pretty simple form that includes subform. Subform's table is linked to main form's table with parent/child relation. Connecting fields are main table's ID field and corresponding field in child table. Subform is in datasheet view. This is pretty basic...
Thanks Eugin. My query indeed runs on parameter that it gets from a form. I didn't know that it would be a problem. I will adjust my code, modify Browne's code to accept more parameters and post results here. I will also edit my previous post to be more standard (after a meeting of course...
Greetings!
I have a following problem: I need to concatenate fields in one of my tables depending of several conditions based on different fields in same table. Here is sample row from the table.
NonDiagnosticsFindsMainTable
ID: 7
LocusID: 2
LocusNr: 2.2
MaterialID: 1...