Help me out someone please (1 Viewer)

  • Thread starter Thread starter Mubashir
  • Start date Start date
M

Mubashir

Guest
hi everyone

im new to the forum, now i have a problem with a form im creating , its a button on it, i need it to delete merits, (merit records) those which i select.

i cant give a screenshot i dont know how, can anyone help me solve a VB code for this??? you can email me or add me to MSN Messenger and help me out

THANKS

Email- Mubashiranwar@hotmail.com
 
hello

Hello???

can anyone help at all????
 
Patience is a virtue my friend, sitting demanding answers is almost certainly going to lead to your post going unanswered
 
Ever used Action queries?

I dont know enough about your problem, however a query can be compiled in VBA to delete a specific record or records based on criteria you select.

Or, if you just want to delete the current record visible then:

Code:
DoCmd.RunCommand acCmdDeleteRecord

in VBA behind the form.

NB Screenshots are easy (Print Screen button on keyboard) press it (hold alt for foremost window) and paste (right-click, paste/Ctrl-V) into any package that supports images (wordpad or Word if you have that etc)
 
You didn't clearly specify what is your problem
 
You see the "Print Screen" button on your keyboard?

1)Press that, or better... go into your form and press "Alt" + "Print Screen"
2)Go into an image editor like Paint. Press Ctrl + V to paste it in.
3)Save it and attach it.

==============================

What the heck are merit records? If you want us to put time in our answers, you've got to put time into your question.
 

Users who are viewing this thread

Back
Top Bottom