Search results

  1. S

    DSN-less connection not storing password

    I am aware of the security risk his type of solution exposes but due to reasons im forced to use this approach I need to store the sql login credentials in the connection string I have succesfully done this for a other application but it doesnt seem to work again When the code runs it shows...
  2. S

    Subform Calculated Column

    on the subform there is a calculated column that populates a checkbox I tried to check if the checkbox is checked or not on the before update event but i saw that the calculation is done even before the event is fired How can i do the comparison before the column is recalculated
  3. S

    Copy from certain value

    Hi How do I copy from a certain character in a string? Example Flaperon Composite Parts: Stage 2 Fuselage Jet Composite Parts: Stage 3F I want to copy everything that follows the :
  4. S

    Access Sql paramatized query assitance

    Hi all I'm still new to the access world and I require your assistance once again i call this stored procedure on sql ALTER PROCEDURE [dbo].[sp_StockMovement] @type CHAR(1), @itmcd VARCHAR(25), @descr VARCHAR(60), @jsbtch VARCHAR(25), @poprj VARCHAR(20), @spldpt VARCHAR(50), @frmdt...
  5. S

    Access Listbox

    Hi all. I require a bit of assistance with a list box I populate the list box from a SQL query the query works fine and the column widths are properly defined But the problem is it doesn't show the "Description" of the first Row and none of the "Date" columns But when I debug the code the...
  6. S

    Greetings

    Greetings I'm new to this forum and the access world
Top Bottom