Sharkman1885
Registered User.
- Local time
- Today, 17:13
- Joined
- Dec 5, 2017
- Messages
- 85
unfortunately with compression and removal of my other forms and queries as well as a removal of over 200 entries I can only get the compressed file to 34 MB
sorry - that is Excel thinking, not database. Access is not a bigger version of Excel.The problem with doing this is that the data for the animal is all in one line
doesn't help - and why strip out the mid function unless your data does not include 'S:'? and is just the numbers and slashes?it doesnt seem to work
CJ null values are still throwing an error. then again I havent utilized the nz function yet. Thank you so much for your help and I am sorry if I am being a pain. This is literally month 2 of me using Access.
see post #17I am unsure where to put it in the code
And (("/" & Crocodile_ID.[S] & "/") Like "*/" & replace(Nz(Forms![Search Crocodiles]!S,""),"/","/*") & "/*" Or Forms![Search Crocodiles]!S Is Null)
If Me.Txt_SharkmanIsGreat = TRUE Then
If NZ(Me.Txt_SharkmanIsGreat,TRUE) = TRUE Then