Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- VB Code
- I'm going crazy here. I have a "find" Combo list to search a certain field. I have 3 different lists.the codes are set up like this-Private Sub Combo539_AfterUpdate ' Find the record that matches the control. Dim rs As Object ...
- Tags: Crystal Reports, Me.Bookmark, Microsoft Visual Basic, natasha.epperson@..., rs.FindFirst, software
- Q&A 2005-04-05
- IIf this than this?
- My Origional formula for my report was this:=IIf([AfterFact]="1","Y","N")However I need to tell the field that if it's 1 or 2 = Y, Null or 3 = NTry this. IIf([AfterFact]="1" Or [AfterFact]="2","Y",IIf([AfterFact]="3" Or IsNull([AfterFact]),"N","Other Value"))hehe, kept playing around....This is what I came up with that worked.=IIf([AfterFact]="1" Or [AfterFact]="2","Y","N") ...
- Tags: Iif
- Q&A 2005-03-30
- Option Group Either or?
- Okay lets see if I can explain this good enough lol.I have two questions in an option group->After Fact: They can answer Yes or No Surprise: they can answer Yes or NoSimple right? Here comes the hard part. I need to set up the group so that If...
- Tags: Yes, Fact, natasha.epperson@..., software, Surprise
- Q&A 2005-03-31
- Many to one with null table?
- Okay I've created a relationship on many to one and many to one on 3 tables. The issue i'm running into is if table 3, there isn't any data to enter or table 2 needs no data but i have data to put in table 3. I need...
- Tags: CompanyID, natasha.epperson@..., primary key, software, telephone
- Discussion threads 2005-03-21
- summary query?
- Right now i have a query on top on another query for a certan count. I'm wondering if there is a way to turn it into a single query.the data is say 1,2,3 time day count.For report/query I need to pull 1,2,3 into say 1-5 and add them together...
- Tags: natasha.epperson@...
- Discussion threads 2005-03-22
Additional Resources
- NameOfTheBlog
- NameOfTheBlogblog rootMusic List: Worth a listenWorth a listenCreed: One Last BreathNatasha Bedingfield: Wild HorsesThis post originally appeared on an external websitePhoto Album: New Years PartyNew Years PartyTrish and KellyTrish and KellyDanDan and MelUntitled PhotoTrishKellyMelWardTrish and MelMore Photos...This post originally appeared on an external websiteFree compilers for allJust starting a blog,...
- Tags: ward@..., Trish, Kelly
- Discussion threads 2006-04-27
- << Previous
- page 1 of 1
- Next >>