Good day all,
Hoping for some help develop a vba sql statement within Access. This is what i'm trying to do:
I have a query which identifies records that are present in one table [TRACKER] and not in another [CF]: This is the sql statement from the design view:
SELECT DISTINCTROW Tracker.CF...
Hello,
I have a problem here that I can't quite figure out as I'm no VBA expert. I have setup a search as you type engine on a form and it is currently working but the I cannot type any spaces to search for multiply words. Maybe I have approched this incorrectly from the start but here is my...
Good Morning,
I am attempting to store a file or folder location in a text field from a dialog box. I would like the ability to choose lets say a .pdf file and store the file path in a text field or just choose a folder and store that folders file path in a text field.
Here is my code so far...
Good Morning All,
I have an error handling problem here that I can't quite wrap my head around. What my code does so far; When the cmdView button is clicked, I have used various fields to compile a string which is used to open a pdf file directly in the main Electronic Pub directory. Error case...
Good Morning All!
I have come up with some code here to perform a "search while typing":
Private Sub txtSearchDescription_Change()
Dim SCriteria As String
SCriteria = "(CFTO." & Me!cboSearch & " LIKE '*" & Me!txtSearchDescription.Text & "*')"
Me.Filter = SCriteria
Me.FilterOn = True...
Hello! Having troubel figuring this one out.
My main form is called "Loans". Within that form I have a Tab control called "LoanDetailsTabs". Tab one is called "IndividualItemsLoans and has a subform called "Loandetails. Tab two is called "DeployableKitsLoan" and subform called...
Hello!
I have been beating my head off the table on this one and can't seem to come up with a work around or figure out why this is happening. I am some what new to access databases but here is what I am trying to do.
I have 3 tables which store information about Radios, Laptops, and Audio...
Good Day All,
I am having a bit of a problem with a Callpilot voice menu I have built.
The menu start with an annoucement block and from there it proceeds to a menu block.
The menu is setup to allow for three retries after no response. Once those three tries are up, it should proceed to a...
Hello All,
Help is greatly needed with this topic.
I am trying to tie a m3904 into a radio system. I need to give the ability to conference a normal phone line to a radio channel.
I have setup the route with a acod of 61 which then grabs a tie trunk to a radio.
When I try to conference a...
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.