- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
Presumably the Save button will already have the focus, so why not just use SendKeys SendKeys "{Enter}" HTH, Rob
Are you using VB6 ? First of all get rid of the Data control. Never use the Data Environment. Never use Data Controls Don't use binding. Add a bas file to your project, and make it the startup object (Sub Main) Show the Login form VBModal. The login form can …
Is this VB6 or VB.NET ? What version of Access ? Are you using ADO ? What version ? Are you using Data Environment, Data Control, Binding I am DEFINATELY not recommending any of those three, but I am just asking. You say the names will be unique, but surely …
Your request is not clear (or is not detailed enough). You talk about creating a .csv file which is very do'able. As someone mentioned that does not require Excel. Do you then want that file opened immediately in Excel, or does someone do that later ? You talk about Option …
I have not used DataGrid (is that sane as DataGridView ?) for decades. I use the free SGrid2 It has a Button parameter/argument, in the _MouseMove event. If your's is similar, you could test for - if button = vbLeftButton within the _MouseMove event. If that does not work for …
There is a means to store the image, but I have never attempted that. You could end up with a rather large DB. Why not create a sub folder in the same location as the DB. Then have sub folders for each ID (Student ID ?) Place the image in …
The End.
RobCr