The FO Column is a text field. I've found a solution online which also uses the *. thanks for the info on Group being a reserved word, I'm still drowning in this access malarkey after being thrown in the deep end a year ago and things like that are great to know. the solution i found was an SQL...
Hi everyone,
I have a table of data that has a column called FO and a column called Group within it. I'm trying to figure out how many records have a blank FO field and group them by the group field.
so far this is what i've got and all it's doing is listing all the groups from the Group field...
Hi Everyone,
I'm trying to add a timer to my form at work that will record the time between pressing one button and then pressing another (the dial and hangup button so i can check how long a call rang for.) and then input the time into a field (or text box on the form that is linked to the...
Hi everyone,
I'm working on the button that takes the information from various text boxes on our call answering screen and uses it to prepare a pre formatted email that is ready to send to one of our clients.
One of the boxes is giving me grief as it's a box for an address to copied and pasted...
hi,
i've put that code in the beforeupdate event but it doesn't trigger when the cross is clicked to close the form. i'm struggling to understand how putting the code there will allow it to run when i try and close the form. sorry, i'm still pretty new to all of this.
thanks
Wayne
Hi, Thanks for the reply.
could you explain a bit more on how i could use that to stop the form closing when i click on the cross if the fields i would like filling in are empty. i'm struggling to get my head round it.
we use a company called kapow, i have buttons on a few of our call answer screens that send texts to our client. this is the code i use if it's of any help.
Private Sub cmd_sendsms_Click()
If MsgBox("Have you checked all details to make sure they're correct?", vbYesNo) = vbNo Then Exit Sub...
Hi Everyone.
i've been asked to update our call answering screen at work. there are a couple of combo boxes that need to be filled in for every call that our operators sometimes miss. i've tried to rectify this by putting an if statement in the form close event like this.
If...
Hi Everyone,
i'm doing some audit work for someone and it's eating up most of my life. basically, i've got a list of 2500 teams, i have to call a few members of the team and conduct a short survey to find out if there are any issues. when i fill in my target table i'm using 3 queries. ones...
thanks jdraw, i usually do have meaningful names for everything but this database had to be built in the space of about an hour as it was a job in progress when our server decided to blow itself up.
i've managed to get my second batch of code working by changing all of the "end sub"s to "exit...
Hi,
I've recently had to build a survey in access that people on the phones downstairs will be using. I'm trying to place if statements on the buttons that navigate between tab pages to make sure that questions are not missed out and are filled in correctly. My problem is that as i've got it...