Thanks Zathras I'll give it a shot.
I don't think it will help but it's a personal project to see if I can create a simple routine that simulates water evaporating from a raincloud.
The idea is that the cloud begins with each droplet (cell) at a random energy value and then changes as energy...
Good afternoon,
I have a simple formula to run on a number of cells. The formula references the cells next to it and, according to their values, adjusts the value of each cell in turn. What I'm having trouble with is working out a For Next loop that identifies each cell in turn in order for the...
Using Access 2000. Will look at conditional formatting,
Thanks
aexley
P.S. Is anybody else having problems with pages not loading on this site or is it just me?
Good Morning.
I need to set the backcolour of a control on a subform in 'Continuous Forms' depending on whether the value of the subform control matches the value of a control in its master form.
E.g.
Main Form Control Value = 226
Subform control values =
0
23
327
0
226 <---- I need the...
Hi cwbviper,
check out this Knowledge Base Thread
Article Q210271 'Sending the Current Record to Word 2000 with Automation'
I'm sorry I don't know how to do a link so you'll have to go to the Microsoft site and find it.
Hope it helps
aexley
Morning all,
I have a Word document that requires different headers at various points throughout. My problem is I can set the second header (using the 'this point forward' option) fine but when I repeat the process for the third header it changes all the previous headers back to the page where...
Ok. Update on current problem:
On my main form one of my controls is a text box whose source is the Autonumber ID for the current record. If I click in this box before I change anything nothing happens, however if I change something, anything, on the current record and then click in the text...
Thanks KenReay.
I'm using Access 2000 and although I do use 'bookmark' it's on a completely different control. Also I removed the Event Procedure from the 'NextCallDate' control and the error still occurs.
aexley
*!!!* !*!*!!** Blinkin' flippin' 'eck!
Ok, (deep breaths) I followed Garridons suggestions and everything was working fine. Until today. Annoying as this problem is I have been able to narrow the problem down to just one control or field. My NextCallDate field.
I don't think it's the code...
Interesting point.
I've just checked my Primary key fields on my B-E tables and the ones that don't (for my sins) use Autonumber are set to 'Indexed (No Duplicates)'. However the queries that access these tables (and on which my forms are based on)don't have their unique properties set.
I...
Firstly, my apologies for the misleading thread name on my previous post, I've resubmitted in the hope that a more accurate thread name will elicit a response. Thanks for your understanding.
I have a F-E form that is based on a query that looks at my B-E tables. Occasionally if I change...
I have a F-E form that is based on a query that looks at my B-E tables. Occasionally if I change information in the record on this form (directly or by code from a linked form) Access doesn't change the information in this record but does in an apparently unrelated record several hundred ID's...
You'll have to forgive my poor VBA programming skills (self taught). By '...invocations...' do you mean the three DMin functions I've got in there and if so do you think I could replace them with a variable? e.g.
Dim LowestDate As Date
LowestDate = DMin("[NextCallDate]"...
When I first wrote the code (it was about three times as long) it was in the BeforeUpdate event and it was this problem that made me look at it again. I have moved it back to BeforeUpdate with no noticeable difference.
Re: '...more appropriate to call this code on the OnCurrent event..'...
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.