Steve,
following grnzbra's advice, I think I copy-pasted everything into a new database and that took care of it. This happened a while ago, so I can't say for sure, but that is what I would suggust you try.
Hi! I just bought a second processor for my MB, but I can't find any slot 1 retention clips that will work... ebay has several that will work if the motherboard has hoes for them to go in, but my MB (tyan tiger 133) has screws sticking up that the clips should screw into. Any thoughts?
Thanks!
No, I think this sould be ran in the Before update. If you put it in the after update, it will add the record anyways. In Before update you can set cancel = true, as floid has, and it won't add the record.
HTH!
-Brad
Jack,
Kevin is right. Look at your code:
IIf(Count([proj_id])=0, ...
if count([proj_id])=0, then there are no records. there isn't a project id to report. it isn't giving you a project id becuase there aren't any.
Either you need to change your if statement, or restructure the code after...
unfortuantly, we are still using 97... I think I will make multiple subforms. It will only be 6 more, not that big of a deal. Thanks for the help!
-Brad
Thanks for the reply Robert. I don't think that SourceObject is the variable I am looking for. I need to change the data that the subform uses, but keep the same subform. I guess I could make a different subform for each set of data, but it would be much better if I could do it dynamically...
Hi! I am trying to change the RecordSource for a subform based on what the user chooses from a combo box. code looks like this:
Set rst = db.OpenRecordset("SELECT LeftAssy FROM [Job Q] WHERE ( JOB = '" & Me![Combo0] & "' )")
If (rst!LeftAssy = "78364")...
Hi! I am working on a database that will list off parts of assemblies that my employer makes in a factory. Sometimes, when the plans change or something is wrong with the parts list, they will issue a Temporary Deviation. That will be in another table, linked to the parts list table. So the...
Sorry I took so long to respond...
I have been working on a script to parse the code into conditional where statements, and making quite a bit of progress, when my employer found a report in oracle that will do it for you. These oracle programmers have made over 400 reports, and just thrown...
Hi! I have a database with quite a few pictures, I am wanting to move them out of the database to save space. I put them in a file on the hard drive. I was using bound OLE objects to display them, but now am using picture objects. When the picture object is in zoom mode, to show the whole...
just go to design view.
Click on the table, then click the design button.
You can switch between views with the button in the top-left corner, it has a hammer on it to get into design view.
In design view just add a field name at the bottom of a list to add that field. right click and hit...
Do you need to have the timer at all? If it isn't a dirty record, wouldn't it get caught by form_Current or form_AfterUpdate?
I've always been told to avoid having continuous timers like that at all costs. This one isn't a big deal, but you should get a little better performance without it...
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.