We have an Access database in our office that we are trying to put onto a cd(small database). Everything that has been tried thus far has resulted in the database being opened in read-only mode when executed from the cd. How can we make the cd version of the database open in the regular mode...
Is there any way you can search a particular field in a table and find a wildcard? In my case, there are records that begin the the character "*" and I need to find them all. Everything I have tried thus far is using the "*" as a wildcard and is not searching for the...
I have a report that looks fine when I view it in Access. The problem I am having is I allow users to email reports and when this is done, the formatting of the report gets distorted. I email the report as an email attachment using the sendobject and formatted as rich text.
Any ideas as to...
How can I make a text box in a report not to be visible to the user if the value is "" or Null??
I thought this would be simple, but I haven't found a simple solution or even a solution at this point.
thanks,
Scott
Hello,
I am trying to pass two date parameters into a query in order to view a range of information in a report. The code below is what I am currently working with.
If IsDate(txtStartDate.Text) Then StartDate = "'#'" & txtStartDate.Text & "'#'"
If IsDate(txtEndDate.Text)...
I am currently having two problems. The first is the order in which two controls in a subform are being displayed. In design view, I have them arranged one way, but when I view the page in form view, they are totally rearranged.
The second problem I am stumped on is with this same subform. I...
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.