Click here to Skip to main content
15,916,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Email Program Pin
Johan Hakkesteegt13-Jun-11 22:37
Johan Hakkesteegt13-Jun-11 22:37 
GeneralRe: Email Program Pin
Uma Kameswari13-Jun-11 22:53
Uma Kameswari13-Jun-11 22:53 
GeneralRe: Email Program Pin
Johan Hakkesteegt13-Jun-11 23:15
Johan Hakkesteegt13-Jun-11 23:15 
GeneralRe: Email Program Pin
Uma Kameswari13-Jun-11 23:26
Uma Kameswari13-Jun-11 23:26 
GeneralRe: Email Program Pin
Uma Kameswari13-Jun-11 23:30
Uma Kameswari13-Jun-11 23:30 
GeneralRe: Email Program Pin
Johan Hakkesteegt13-Jun-11 23:46
Johan Hakkesteegt13-Jun-11 23:46 
GeneralRe: Email Program Pin
Uma Kameswari14-Jun-11 0:18
Uma Kameswari14-Jun-11 0:18 
QuestionAccess 2007 DB Row Locking Pin
Kevin Marois6-Jun-11 12:04
professionalKevin Marois6-Jun-11 12:04 
I am working on an Access 2007 project that I inherited. I am pulling recordsets using

Dim Command as String
Command = "select storename from stores where storeid = " + CStr(selectedStoreId)
Set rs = CurrentDb.OpenRecordset(Command)


and the I populate the fields on the form using

txtStoreName.Value = rs!StoreName


I have 7 forms, and they're all very simple, and the edit mode on all of them is done this way. The question is, when the user clicks the Edit button, before I enable the fields I want to check to make sure no one else is editing the row.

How do I do this in Access 2007?
Everything makes sense in someone's mind

AnswerRe: Access 2007 DB Row Locking Pin
Dave Kreskowiak6-Jun-11 16:54
mveDave Kreskowiak6-Jun-11 16:54 
AnswerRe: Access 2007 DB Row Locking Pin
Mycroft Holmes6-Jun-11 19:03
professionalMycroft Holmes6-Jun-11 19:03 
AnswerRe: Access 2007 DB Row Locking Pin
bmcD9929-Jul-11 4:42
bmcD9929-Jul-11 4:42 
QuestionHow to convert an SQL table to Access table Pin
Milad.Biroonvand6-Jun-11 8:52
Milad.Biroonvand6-Jun-11 8:52 
AnswerRe: How to convert an SQL table to Access table Pin
Johan Hakkesteegt9-Jun-11 3:04
Johan Hakkesteegt9-Jun-11 3:04 
QuestionVB.NET read email using MAPI [modified] Pin
hansoctantan3-Jun-11 21:44
professionalhansoctantan3-Jun-11 21:44 
AnswerRe: VB.NET read email using MAPI Pin
Dalek Dave13-Jun-11 11:49
professionalDalek Dave13-Jun-11 11:49 
QuestionVB crystal report datasource connection Pin
Central_IT3-Jun-11 1:49
Central_IT3-Jun-11 1:49 
AnswerRe: VB crystal report datasource connection Pin
Dave Kreskowiak3-Jun-11 3:31
mveDave Kreskowiak3-Jun-11 3:31 
QuestionHandle to functions. Pin
Capitanevs2-Jun-11 15:10
Capitanevs2-Jun-11 15:10 
AnswerRe: Handle to functions. Pin
Dave Kreskowiak2-Jun-11 15:47
mveDave Kreskowiak2-Jun-11 15:47 
GeneralRe: Handle to functions. Pin
Capitanevs2-Jun-11 21:44
Capitanevs2-Jun-11 21:44 
QuestionVB.NET read all folders in FTP Server Pin
hansoctantan2-Jun-11 3:30
professionalhansoctantan2-Jun-11 3:30 
AnswerRe: VB.NET read all folders in FTP Server Pin
Luc Pattyn2-Jun-11 4:21
sitebuilderLuc Pattyn2-Jun-11 4:21 
GeneralRe: VB.NET read all folders in FTP Server Pin
hansoctantan3-Jun-11 21:43
professionalhansoctantan3-Jun-11 21:43 
QuestionTCP Comm to Zebra Printer Pin
dBrong31-May-11 6:29
dBrong31-May-11 6:29 
AnswerWindows environment ? Pin
David Mujica31-May-11 7:17
David Mujica31-May-11 7:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.