Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~514 People Reached
About Me

Living the dream on the Southeastern Coast working with a faith-based organization.

PC Specs
I love the development challenges I face daily and Dani-Web is a great resource to find answers that…
Favorite Forums
Favorite Tags
Member Avatar for bevssi

Hi, I need to have VB ASP.NET MVC controller action that receives the pk from the current record, looks up the spouse id and redirects to that record. I'm very inexperienced with MVC so please excuse if this is totally wrong. Any help, comments or suggestions are greatly appreciated. [CODE] …

0
64
Member Avatar for bevssi

I'm new at this and still get really stuck so I've probably overworked this till I can't see how simple it is. I just need a report that shows which churches are entering monthly reports. Example: Desired Report: Church Jan feb mar april etc. churchA X N Y N churchB …

0
90
Member Avatar for bevssi

I need some quick help, Please! This is probably very simple but I'm making it hard. My code displays 2 totals for a month, this year and last year. But, if the month's record doesn't exist it picks up the year's start total for which I have a simple If …

Member Avatar for ArtistScope
0
125
Member Avatar for bevssi

I'm rather new to this and really need some help. I know I'm close but I just can't get this to work. My omonth table has only 2 fields, id and month. I want a drop down to lists the months and I want the selected value to become a …

Member Avatar for bevssi
0
125
Member Avatar for bevssi

My forms include a ministry start date, if the start date is after July, I want to add a year to the number of years in ministry. If the start date is before July then the number of years of ministry would be the actual number of years in ministry. …

0
58
Member Avatar for bevssi

I'm trying to display a .jpg photo into my report. I receive this error: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal I'm using this code: strSQL = "SELECT oPeople.People_ID, oPeople.oPeople_TGCKFD,oPeople.Preferred_Name FROM oPeople Where oPeople.People_ID="& Session("ccpeopleid") & "" Set rs = …

0
52