Search results

  1. A

    IF OR AND Statements

    Ahh, I didn't think parenthesis worked like that in Access. OK I will try this out and get back to you. Many thanks!
  2. A

    IF OR AND Statements

    Hi I think this is probably a basic statement but I can't seem to find what I am looking for... How do I combined multiple OR statements in conjunction with an AND statement as follows: If [Len(Field1 & "")=0 OR Len(Field2 & "")=0] AND Field 3 = "Something" AND Field 4 = "Something" Then...
  3. A

    Passing form value to table

    Hi All, This is an offshoot of my previous post but I am still working towards a solution. This is basically the situation (see attached schematic) - sorry the description of the database is so long. I have created a database to track calls from potential participants about a study I am...
  4. A

    Multiple block if

    I know it seems like I am storing the same info twice but some people will never get to the telephone screening stage even if they have completed the online survey questions. Conversely not all people who do the telephone screening have done the online survey. However everyone who wants to do...
  5. A

    Multiple block if

    OK. Getting there (slowly - with your help) :) Now the issue for me is that when the AddNew form closes/does the before update (I have to think about this some more), the telephone screening form is not yet open. Which means I have to pass the addnew data to the table rather than the...
  6. A

    Multiple block if

    Thanks everyone. This is basically the situation (see attached schematic) - sorry the description of the database is so long, but I can't TL;DR it. I have created a database to track calls from potential participants about a study I am recruiting for. These participants can approach us in two...
  7. A

    Multiple block if

    Hi I know this is a simple question but I am still not sure of the answer. If I was to test several fields on form close, each of which are independent of each other and will cause an action if they are not empty, do I do the following... Private Sub cmdSaveRecord_Click() On Error GoTo...
  8. A

    Help with relationships/table desgin?

    Thanks - so I wasn't off the mark. I will prepare a sample database and upload it in the next day or two. Many thanks!
  9. A

    Help with relationships/table desgin?

    Hi I've been working with access on a small scale for a long time, creating databases so I can track information about studies etc just for me. I'm pretty handy with VBA etc but have not put a lot of effort into creating normalized relationships but now need to work on a database that I need...
  10. A

    DLookup and requery - quick question

    Sorry can you work through that solution a little slower? I am definitely sure that the fields are name txtCaffeine1 and so on..
  11. A

    DLookup and requery - quick question

    Hi I am trying to build another module and am coming up with the name error again :) This module is to report the total caffeine intake of a participant in a study. The participant reports how many cups of coffee, tea and so on they drink and I need to calculate (based on standard vlaues) how...
  12. A

    Appointment Book

    Do yuo think I could build this around the existing diary database that I sent you? Since we are doing telephone screening and not everyone gets to the point where we ask them those questions but we do records all incoming calls where possible (i.e. we have their first name and cell phone...
  13. A

    Quick Question

    I understnad that but that is quite a simple example... Lets assume that I was using the expression builder for whatever reason. I referred to those fields already earlier in the query (each of those fields were already a column) do I then refer back to the fields in the original source table...
  14. A

    Quick Question

    I think we are talking about the same thing however when using the expression builder in query and you have to refer to list price and ourcost in the expression if gives you a chance to get those values from the query, table, forms etc..in the first column of the expression builder. do yuo use...
  15. A

    Quick Question

    I know I should know the answer to this but if you are creating a query that includes individual fields as well as calculations based on some of those fields, do you select the source field or the query "field" when using the expression builder?
  16. A

    Appointment Book

    Hi Mike Did u get a chance to look at it?
  17. A

    Unable to save Filter as a query in access

    If I understand you correctly you have created a query to filter data and u are trying to save the filtered data as a new table? If you are trying to create a query as a filter you cant actually save the data in the filtered state - the filter is like a window shade that only lets you see part...
  18. A

    Database to record training data

    Have you tried to do anything yourself yet?
  19. A

    Database to record training data

    What type of information are specifically trying to collect?
  20. A

    Appointment Book

    opss sorry - I am always doing that in emails! :o Here u go.
Top Bottom