Advice - Duplicate Data
I have a table that looks something like this: Name, Effective Date, real data The table has < 200 rows initially. Once the data is added it is static, has to be because it is historic. If the real...
View ArticleDatabase Updating using SQL update with Parameters
Hi, I 'am trying to Update a MS Access database using visual Basic.net and the SQL Update Statement and a textbox. to display my data Iam using a DataGridview. the problem is when I update my data I...
View ArticleSaving PictureBoxes to Database
ok so I have multiple PictureBoxes and when I press the single button "save" I want all PictureBoxes to save at once. Below is the code I currently have, but Visual Basic keeps coming back with the...
View ArticleSimple Input Box into Connection String
Hello, I am wondering if anyone could point me in the right direction for starting a simple program that would be something like this - is there a tutorial or book I can get on creating simple things...
View ArticleIs this possible?
Good Evening. I'm a little new to Visual Basic but I believe I've learned enough to know what Im doing. I recently made my mother a costumer database for her buisness and it works great. She recently...
View ArticleSQL Server via WIFI
good afternoon. im trying to connect my vb.net app from 1 pc to another pc with sql server via wifi but i cant seem to make it work. I have a computer with Windows 7 & SQL Server 2008 R2 with my...
View Articleadding a double transaction row to group.
Hi. i have a transaction 29801 that will have 2 rows, L and E. L= type of transaction and E will only be the extra line if the transaction is canceled , So if a transaction is NOT cancelled it will...
View Article[RESOLVED] SQL Server via WIFI
good afternoon. im trying to connect my vb.net app from 1 pc to another pc with sql server via wifi but i cant seem to make it work. I have a computer with Windows 7 & SQL Server 2008 R2 with my...
View ArticleSQL Problem: Syntax error in FROM clause (VB.Net, Access, VS 2013)
Hi, I'm beginning to experiment with JOIN and haven't been able to get it working on any level yet. I've tried mixing around the order of tables called, the order of columns and nothing seems to be...
View ArticleNeed Help : MS Access Autonumber (in custom format)
is it possible to have a custom autoincrement number that resets every year? example : 20140001 20140002 20140003 20140004 20150001 20150002
View ArticleGarbage records show up in Database table
Hello, I have been experiencing what I would call a strange issue lately. A program that has been in use for several years stores, retrieves & deletes pretty simple information. The program is...
View ArticleSSRS tablix - want to center a title over it
I have a tablix on my report that's a pivot table and can have a variable number of columns depending on what the stored procedure returns. Is there a way to center a title over the tablix when you...
View Articleunions versus individual selects
I am working with an existing stored procedure which explicitly creates a temp table then does: insert into #tempTable select blah-blah-one union select blah-blah-two union select blah-blah-three. Is...
View ArticleHow to deploy vb.net project with SQL Server 2014 Database
I developed a VB.net application with an SQL Server 2014 Database using Visual Studio 2013. I need to know how make anexe file that runs on other computer using the database
View Articlepivot specific columns
Hi. I haven't used pivot in a looong, so i am not sure if this is the way to go. I have a result such like 27.11.2014 - 13.03.2014, CinemaX, TitleX ...etc , 17:00 27.11.2014 - 13.03.2014, CinemaX,...
View ArticleLoop through records to create reports and email them
Good afternoon! I have been racking my brain trying to get this to work, and pouring through forum posts. I need to send a proposal request to roughly five contractors for each job. The proposalreport...
View Articlesql database migration
good day. I have sql 2005 and needing to migrate to sql 2014. as I restore the database to sql 2014 and run my application, there will be this runtime error and it will say invalid data type. why does...
View Article[RESOLVED] SSRS tablix - want to center a title over it
I have a tablix on my report that's a pivot table and can have a variable number of columns depending on what the stored procedure returns. Is there a way to center a title over the tablix when you...
View Article[RESOLVED] unions versus individual selects
I am working with an existing stored procedure which explicitly creates a temp table then does: insert into #tempTable select blah-blah-one union select blah-blah-two union select blah-blah-three. Is...
View Article[RESOLVED] case with update 200sql
Hi. table2 xx int,time1 varchar,time2 varchar, time3 varchar row: 1,19:30,NULL,NULL What i want to do is a case to check when the first available time row is NULL and then update it with a value. So...
View Article