Abolishing Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm trying to abolish all macros from my aplication, but I'm new to VB so I
need some help.
I have a macro that "setvalue" to the following form:
item:[Forms]![frmUser]![Text8]
expression:[Forms]![frmLogon]![cboEmployee].[SelText]

how do i transform this into VB code?

thanks.
 
Just assign the value:
[Forms]![frmUser]![Text8] = [Forms]![frmLogon]![cboEmployee].[SelText]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top