Project for school Help!

  • Thread starter Thread starter Noorman84
  • Start date Start date
N

Noorman84

Guest
Hi all

I am new to this forum and to Access. I have expierience with visual basic.

I am making a program in access for saving data when someone borrows something from you, to keep track of all your borrowed stuff.

Here are my questions.

1) How can I write code for buttons to change the records (movenext, movelast,...) + how can I change the current record? + how can I control a scrollbar via code?

2) How can I change the current recordsource via code and how can I run previously made query statements via code?

3) How can I change the ShowDropButtonWhen property from a combobox via code?

4) How can I control a FlexGrid via code?

5) How can I open another Form with a press on a button via code?

6) How can I save and load an OLE/object image and how can I show them via an ActiveX control?

Thats about it folks

If anyone can point me in the right direction or can give me an example database, I would be very happy:)

Greetz
Frederik
 
Go to Visual Basic Editor. Hit F1.

1. Search for GoToRecord Method
2. Search for OpenQuery or Requery
3. I think you want the Enabled property for the button based on whether or not the combobox has a value.
4. I'm not sure what a flex grid is
5. Search for OpenForm
6. Not sure about the images and how to handle them, but I'd start with s search for Unbound or Bound Object Frame Control.
 
Searching the forum is a great way to discover and learn the answers to your Access programming questions.
 

Users who are viewing this thread

Back
Top Bottom