Hi,
We are currently using Call Pilot Application Builder to define voice prompts for use in symosium.
I need to know the length of each message and have searched and searched but can not find the length of the recorded messages.
Where do you look find this??
Thanks.
PH.
Can anyone help with the following that I think should be working but just comes back with error'80004005'
SQLQuery = "SELECT Users.DBID, Position.Position FROM Users INNER JOIN Position ON Users.Position = Position.PositionID"
Any ideas appreciated
Paul.
I am using the following INSERT INTO statement, to insert a users RecordID and a CourseID (CSID)into the training table,
strInsert = "INSERT INTO training (RecordID, CSID)" & "Values ([RecordID], '" & cboSchedule & "')"
DoCmd.RunSQL strInsert
The problem being, if there is not already an entry...
With the excellent help of these boards I have created the following sql query to select records based on the maximum training start date with a course id of 44. Good start, but i now need to only select records that have a start date of greater than 365 days from these result?? Any ideas...
I have a DoCmd.TransferDatabase which sucessfully copies a table from my Access DB to an SQL DB BUT only the first time. After checking other posts i need to add a DROP TABLE before the export.
How do you drop a table from an SQL DB from within Access??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.