I am writing some code where I want to reference a user defined type via a fieldname which is held in a variable.
Does anyone know how to do this i.e.
Type TestType
desc as string
code as string
End Type
Dim FldName as String
Dim AUDT as TestType
FldName = "desc"
[AUDT.FldName] =...
I can create a chart using code no problem, bar charts etc.
I can create a combination chart using a bar chart and line chart however when I set the second data set to be a scatter graph, it takes over the chart and the whole thing becomes a scatter graph as opposed to a bar chart with a line...
HI
I've developed a system that produces automated bar charts based on the frequency of something i.e. density/weight etc and emails them to me.
However I want to add a minimum and maximum line to the chart so I can see which bars are with the minimum and maximum ranges.
Can you do this if so...
I have a database (ADE) that works ok on my PC. This database was developed on my machine and turned into an ade on my machine.
When I go to another PC on all my date references it comes up with #name?. If I load up the adp the date references are fine. I can then create a new ade on that...
I developed an application in access (My First One) as an ADP. Using the information in here I have managed to create an ADE file (Had compile errors and wrong file format).
My application runs in a small centered window but when I run the ADE access launches itself fullscreen with my small...
I have a problem with a report where I am trying to count the detail records in a report but exclude both null and zero values.
I have looked through the forums and found a couple of answers but they do not work for me. I am using a ADP project and using MSDE (Free SQL) as the backend.
If I...
I am using access 2002 to create an.adp project. I have a number of tables which I have imported from an old mde database that someone developed. In this database there are two fields d3cdate (ShortDate Format) and d3ctime (Medium Time Format)
The database is held on an MSDE server (Latest...
I have created an access 2002 project (.ADP) with a series of tables stored within MSDE.
I want to create an enquiry form where I can enter some data (ie. date from, to) into fields on the form and have the data appear in the subform below. I would then like to use this data in a report.
I...
I've wrote some code to extract some data from lotus notes into access using odbc but I have a problem with the field types. If I use the code
Let texttest = rstnot![NorD]
This will set my text field to the correct value from the notes recordset field.
BUT
===
In some cases you cannot use...
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.